Top Python Libraries for Data Analysis
Pandas: For data manipulation and analysis.
NumPy: For numerical computations and array operations.
Matplotlib: For creating static visualizations.
Seaborn: For statistical data visualization.
SciPy: For advanced mathematical and scientific computations.
Scikit-learn: For machine learning tasks.
Statsmodels: For statistical modeling and hypothesis testing.
Plotly: For interactive visualizations.
OpenPyXL: For working with Excel files.
PySpark: For big data processing.
Here you can find essential Python Interview Resources👇
https://whatsapp.com/channel/0029VaGgzAk72WTmQFERKh02
Like this post for more resources like this 👍♥️
Share with credits: https://news.1rj.ru/str/sqlspecialist
Hope it helps :)
Pandas: For data manipulation and analysis.
NumPy: For numerical computations and array operations.
Matplotlib: For creating static visualizations.
Seaborn: For statistical data visualization.
SciPy: For advanced mathematical and scientific computations.
Scikit-learn: For machine learning tasks.
Statsmodels: For statistical modeling and hypothesis testing.
Plotly: For interactive visualizations.
OpenPyXL: For working with Excel files.
PySpark: For big data processing.
Here you can find essential Python Interview Resources👇
https://whatsapp.com/channel/0029VaGgzAk72WTmQFERKh02
Like this post for more resources like this 👍♥️
Share with credits: https://news.1rj.ru/str/sqlspecialist
Hope it helps :)
👍6❤1
Reality check on Data Analytics jobs:
⟶ Most recruiters & employers are open to different backgrounds
⟶ The "essential skills" are usually a mix of hard and soft skills
Desired hard skills:
⟶ Excel - every job needs it
⟶ SQL - data retrieval and manipulation
⟶ Data Visualization - Tableau, Power BI, or Excel (Advanced)
⟶ Python - Basics, Numpy, Pandas, Matplotlib, Seaborn, Scikit-learn, etc
Desired soft skills:
⟶ Communication
⟶ Teamwork & Collaboration
⟶ Problem Solver
⟶ Critical Thinking
If you're lacking in some of the hard skills, start learning them through online courses or engaging in personal projects.
But don't forget to highlight your soft skills in your job application - they're equally important.
In short: Excel + SQL + Data Viz + Python + Communication + Teamwork + Problem Solver + Critical Thinking = Data Analytics
⟶ Most recruiters & employers are open to different backgrounds
⟶ The "essential skills" are usually a mix of hard and soft skills
Desired hard skills:
⟶ Excel - every job needs it
⟶ SQL - data retrieval and manipulation
⟶ Data Visualization - Tableau, Power BI, or Excel (Advanced)
⟶ Python - Basics, Numpy, Pandas, Matplotlib, Seaborn, Scikit-learn, etc
Desired soft skills:
⟶ Communication
⟶ Teamwork & Collaboration
⟶ Problem Solver
⟶ Critical Thinking
If you're lacking in some of the hard skills, start learning them through online courses or engaging in personal projects.
But don't forget to highlight your soft skills in your job application - they're equally important.
In short: Excel + SQL + Data Viz + Python + Communication + Teamwork + Problem Solver + Critical Thinking = Data Analytics
👍7
Python for Data Analysis: Must-Know Libraries 👇👇
Python is one of the most powerful tools for Data Analysts, and these libraries will supercharge your data analysis workflow by helping you clean, manipulate, and visualize data efficiently.
🔥 Essential Python Libraries for Data Analysis:
✅ Pandas – The go-to library for data manipulation. It helps in filtering, grouping, merging datasets, handling missing values, and transforming data into a structured format.
📌 Example: Loading a CSV file and displaying the first 5 rows:
✅ NumPy – Used for handling numerical data and performing complex calculations. It provides support for multi-dimensional arrays and efficient mathematical operations.
📌 Example: Creating an array and performing basic operations:
✅ Matplotlib & Seaborn – These are used for creating visualizations like line graphs, bar charts, and scatter plots to understand trends and patterns in data.
📌 Example: Creating a basic bar chart:
✅ Scikit-Learn – A must-learn library if you want to apply machine learning techniques like regression, classification, and clustering on your dataset.
✅ OpenPyXL – Helps in automating Excel reports using Python by reading, writing, and modifying Excel files.
💡 Challenge for You!
Try writing a Python noscript that:
1️⃣ Reads a CSV file
2️⃣ Cleans missing data
3️⃣ Creates a simple visualization
React with ♥️ if you want me to post the noscript for above challenge! ⬇️
Share with credits: https://news.1rj.ru/str/sqlspecialist
Hope it helps :)
Python is one of the most powerful tools for Data Analysts, and these libraries will supercharge your data analysis workflow by helping you clean, manipulate, and visualize data efficiently.
🔥 Essential Python Libraries for Data Analysis:
✅ Pandas – The go-to library for data manipulation. It helps in filtering, grouping, merging datasets, handling missing values, and transforming data into a structured format.
📌 Example: Loading a CSV file and displaying the first 5 rows:
import pandas as pd df = pd.read_csv('data.csv') print(df.head()) ✅ NumPy – Used for handling numerical data and performing complex calculations. It provides support for multi-dimensional arrays and efficient mathematical operations.
📌 Example: Creating an array and performing basic operations:
import numpy as np arr = np.array([10, 20, 30]) print(arr.mean()) # Calculates the average
✅ Matplotlib & Seaborn – These are used for creating visualizations like line graphs, bar charts, and scatter plots to understand trends and patterns in data.
📌 Example: Creating a basic bar chart:
import matplotlib.pyplot as plt plt.bar(['A', 'B', 'C'], [5, 7, 3]) plt.show()
✅ Scikit-Learn – A must-learn library if you want to apply machine learning techniques like regression, classification, and clustering on your dataset.
✅ OpenPyXL – Helps in automating Excel reports using Python by reading, writing, and modifying Excel files.
💡 Challenge for You!
Try writing a Python noscript that:
1️⃣ Reads a CSV file
2️⃣ Cleans missing data
3️⃣ Creates a simple visualization
React with ♥️ if you want me to post the noscript for above challenge! ⬇️
Share with credits: https://news.1rj.ru/str/sqlspecialist
Hope it helps :)
👍4
Interview list for Data Analytics Roles
SQL Essentials:
- SELECT statements including WHERE, ORDER BY, GROUP BY, HAVING
- Basic JOINS: INNER, LEFT, RIGHT, FULL
- Aggregate functions: COUNT, SUM, AVG, MAX, MIN
- Subqueries, Common Table Expressions (WITH clause)
- CASE statements, advanced JOIN techniques, and Window functions (OVER, PARTITION BY, ROW_NUMBER, RANK)
Excel Proficiency:
- Cell operations, formulas (SUMIFS, COUNTIFS, AVERAGEIFS, LOOKUPS)
- PivotTables, PivotCharts, Data validation, What-if analysis
- Advanced formulas, Data Model & Power Pivot
Power BI Skills:
- Data modeling (importing data, managing relationships)
- Data transformation with Power Query, DAX for calculated columns/measures
- Creating interactive reports and dashboards, visualizations
Data Warehousing:
-Concepts of OLAP vs. OLTP
-Star and Snowflake schema designs
-ETL processes: Extract, Transform, Load
-Data lake vs. data warehouse
Cloud Computing for Data Analytics:
-Benefits of cloud services (AWS, Azure, Google Cloud)
-Data storage solutions: S3, Azure Blob Storage, Google Cloud Storage
-Cloud-based data analytics tools: BigQuery, Redshift, Snowflake
-Cost management and optimization strategies
Python Programming:
- Basic syntax, control structures, data structures (lists, dictionaries)
- Pandas & NumPy for data manipulation: DataFrames, Series, groupby
-plotting with Matplotlib, Seaborn for visualization
Statistics Fundamentals:
- Mean, Median, Mode, Standard Deviation, Variance
- Probability distributions, Hypothesis Testing, P-values
- Confidence Intervals, Correlation, Simple Linear Regression
I have curated top-notch Data Analytics Resources 👇👇
https://whatsapp.com/channel/0029VaGgzAk72WTmQFERKh02
Hope this helps you 😊
SQL Essentials:
- SELECT statements including WHERE, ORDER BY, GROUP BY, HAVING
- Basic JOINS: INNER, LEFT, RIGHT, FULL
- Aggregate functions: COUNT, SUM, AVG, MAX, MIN
- Subqueries, Common Table Expressions (WITH clause)
- CASE statements, advanced JOIN techniques, and Window functions (OVER, PARTITION BY, ROW_NUMBER, RANK)
Excel Proficiency:
- Cell operations, formulas (SUMIFS, COUNTIFS, AVERAGEIFS, LOOKUPS)
- PivotTables, PivotCharts, Data validation, What-if analysis
- Advanced formulas, Data Model & Power Pivot
Power BI Skills:
- Data modeling (importing data, managing relationships)
- Data transformation with Power Query, DAX for calculated columns/measures
- Creating interactive reports and dashboards, visualizations
Data Warehousing:
-Concepts of OLAP vs. OLTP
-Star and Snowflake schema designs
-ETL processes: Extract, Transform, Load
-Data lake vs. data warehouse
Cloud Computing for Data Analytics:
-Benefits of cloud services (AWS, Azure, Google Cloud)
-Data storage solutions: S3, Azure Blob Storage, Google Cloud Storage
-Cloud-based data analytics tools: BigQuery, Redshift, Snowflake
-Cost management and optimization strategies
Python Programming:
- Basic syntax, control structures, data structures (lists, dictionaries)
- Pandas & NumPy for data manipulation: DataFrames, Series, groupby
-plotting with Matplotlib, Seaborn for visualization
Statistics Fundamentals:
- Mean, Median, Mode, Standard Deviation, Variance
- Probability distributions, Hypothesis Testing, P-values
- Confidence Intervals, Correlation, Simple Linear Regression
I have curated top-notch Data Analytics Resources 👇👇
https://whatsapp.com/channel/0029VaGgzAk72WTmQFERKh02
Hope this helps you 😊
👍2❤1
𝟲 𝗙𝗿𝗲𝗲 𝗖𝗲𝗿𝘁𝗶𝗳𝗶𝗰𝗮𝘁𝗶𝗼𝗻 𝗖𝗼𝘂𝗿𝘀𝗲𝘀 𝘁𝗼 𝗠𝗮𝗸𝗲 𝗬𝗼𝘂𝗿 𝗥𝗲𝘀𝘂𝗺𝗲 𝗦𝘁𝗮𝗻𝗱 𝗢𝘂𝘁 𝗶𝗻 𝟮𝟬𝟮𝟱😍
As competition heats up across every industry, standing out to recruiters is more important than ever📄📌
The best part? You don’t need to spend a rupee to do it!💰
𝐋𝐢𝐧𝐤👇:-
https://pdlink.in/4m0nNOD
👉 Start learning. Start standing out✅️
As competition heats up across every industry, standing out to recruiters is more important than ever📄📌
The best part? You don’t need to spend a rupee to do it!💰
𝐋𝐢𝐧𝐤👇:-
https://pdlink.in/4m0nNOD
👉 Start learning. Start standing out✅️
👍1
Essential Python Libraries for Data Analytics 😄👇
1. NumPy:
- Efficient numerical operations and array manipulation.
2. Pandas:
- Data manipulation and analysis with powerful data structures (DataFrame, Series).
3. Matplotlib:
- 2D plotting library for creating visualizations.
4. Scikit-learn:
- Machine learning toolkit for classification, regression, clustering, etc.
5. TensorFlow:
- Open-source machine learning framework for building and deploying ML models.
6. PyTorch:
- Deep learning library, particularly popular for neural network research.
7. Django:
- High-level web framework for building robust, scalable web applications.
8. Flask:
- Lightweight web framework for building smaller web applications and APIs.
9. Requests:
- HTTP library for making HTTP requests.
10. Beautiful Soup:
- Web scraping library for pulling data out of HTML and XML files.
As a beginner, you can start with Pandas and Numpy libraries for data analysis. If you want to transition from Data Analyst to Data Scientist, then you can start applying ML libraries like Scikit-learn, Tensorflow, Pytorch, etc. in your data projects.
Share with credits: https://news.1rj.ru/str/sqlspecialist
Hope it helps :)
1. NumPy:
- Efficient numerical operations and array manipulation.
2. Pandas:
- Data manipulation and analysis with powerful data structures (DataFrame, Series).
3. Matplotlib:
- 2D plotting library for creating visualizations.
4. Scikit-learn:
- Machine learning toolkit for classification, regression, clustering, etc.
5. TensorFlow:
- Open-source machine learning framework for building and deploying ML models.
6. PyTorch:
- Deep learning library, particularly popular for neural network research.
7. Django:
- High-level web framework for building robust, scalable web applications.
8. Flask:
- Lightweight web framework for building smaller web applications and APIs.
9. Requests:
- HTTP library for making HTTP requests.
10. Beautiful Soup:
- Web scraping library for pulling data out of HTML and XML files.
As a beginner, you can start with Pandas and Numpy libraries for data analysis. If you want to transition from Data Analyst to Data Scientist, then you can start applying ML libraries like Scikit-learn, Tensorflow, Pytorch, etc. in your data projects.
Share with credits: https://news.1rj.ru/str/sqlspecialist
Hope it helps :)
Many people still aren't fully utilizing the power of Telegram.
There are numerous channels on Telegram that can help you find the latest job and internship opportunities?
Here are some of my top channel recommendations to help you get started 👇👇
Latest Jobs & Internships: https://news.1rj.ru/str/getjobss
Jobs Preparation Resources:
https://news.1rj.ru/str/jobinterviewsprep
Web Development Jobs:
https://news.1rj.ru/str/webdeveloperjob
Data Science Jobs:
https://news.1rj.ru/str/datasciencej
Interview Tips:
https://news.1rj.ru/str/Interview_Jobs
Data Analyst Jobs:
https://news.1rj.ru/str/jobs_SQL
AI Jobs:
https://news.1rj.ru/str/AIjobz
Remote Jobs:
https://news.1rj.ru/str/jobs_us_uk
FAANG Jobs:
https://news.1rj.ru/str/FAANGJob
Software Developer Jobs: https://news.1rj.ru/str/internshiptojobs
If you found this helpful, don’t forget to like, share, and follow for more resources that can boost your career journey!
Let me know if you know any other useful telegram channel
ENJOY LEARNING👍👍
There are numerous channels on Telegram that can help you find the latest job and internship opportunities?
Here are some of my top channel recommendations to help you get started 👇👇
Latest Jobs & Internships: https://news.1rj.ru/str/getjobss
Jobs Preparation Resources:
https://news.1rj.ru/str/jobinterviewsprep
Web Development Jobs:
https://news.1rj.ru/str/webdeveloperjob
Data Science Jobs:
https://news.1rj.ru/str/datasciencej
Interview Tips:
https://news.1rj.ru/str/Interview_Jobs
Data Analyst Jobs:
https://news.1rj.ru/str/jobs_SQL
AI Jobs:
https://news.1rj.ru/str/AIjobz
Remote Jobs:
https://news.1rj.ru/str/jobs_us_uk
FAANG Jobs:
https://news.1rj.ru/str/FAANGJob
Software Developer Jobs: https://news.1rj.ru/str/internshiptojobs
If you found this helpful, don’t forget to like, share, and follow for more resources that can boost your career journey!
Let me know if you know any other useful telegram channel
ENJOY LEARNING👍👍
👍5❤3
Guys, Big Announcement!
We’ve officially hit 5 Lakh followers on WhatsApp and it’s time to level up together! ❤️
I've launched a Python Learning Series — designed for beginners to those preparing for technical interviews or building real-world projects.
This will be a step-by-step journey — from basics to advanced — with real examples and short quizzes after each topic to help you lock in the concepts.
Here’s what we’ll cover in the coming days:
Week 1: Python Fundamentals
- Variables & Data Types
- Operators & Expressions
- Conditional Statements (if, elif, else)
- Loops (for, while)
- Functions & Parameters
- Input/Output & Basic Formatting
Week 2: Core Python Skills
- Lists, Tuples, Sets, Dictionaries
- String Manipulation
- List Comprehensions
- File Handling
- Exception Handling
Week 3: Intermediate Python
- Lambda Functions
- Map, Filter, Reduce
- Modules & Packages
- Scope & Global Variables
- Working with Dates & Time
Week 4: OOP & Pythonic Concepts
- Classes & Objects
- Inheritance & Polymorphism
- Decorators (Intro level)
- Generators & Iterators
- Writing Clean & Readable Code
Week 5: Real-World & Interview Prep
- Web Scraping (BeautifulSoup)
- Working with APIs (Requests)
- Automating Tasks
- Data Analysis Basics (Pandas)
- Interview Coding Patterns
You can join our WhatsApp channel to access it for free: https://whatsapp.com/channel/0029VaiM08SDuMRaGKd9Wv0L/1527
We’ve officially hit 5 Lakh followers on WhatsApp and it’s time to level up together! ❤️
I've launched a Python Learning Series — designed for beginners to those preparing for technical interviews or building real-world projects.
This will be a step-by-step journey — from basics to advanced — with real examples and short quizzes after each topic to help you lock in the concepts.
Here’s what we’ll cover in the coming days:
Week 1: Python Fundamentals
- Variables & Data Types
- Operators & Expressions
- Conditional Statements (if, elif, else)
- Loops (for, while)
- Functions & Parameters
- Input/Output & Basic Formatting
Week 2: Core Python Skills
- Lists, Tuples, Sets, Dictionaries
- String Manipulation
- List Comprehensions
- File Handling
- Exception Handling
Week 3: Intermediate Python
- Lambda Functions
- Map, Filter, Reduce
- Modules & Packages
- Scope & Global Variables
- Working with Dates & Time
Week 4: OOP & Pythonic Concepts
- Classes & Objects
- Inheritance & Polymorphism
- Decorators (Intro level)
- Generators & Iterators
- Writing Clean & Readable Code
Week 5: Real-World & Interview Prep
- Web Scraping (BeautifulSoup)
- Working with APIs (Requests)
- Automating Tasks
- Data Analysis Basics (Pandas)
- Interview Coding Patterns
You can join our WhatsApp channel to access it for free: https://whatsapp.com/channel/0029VaiM08SDuMRaGKd9Wv0L/1527
❤2👍1
𝗠𝗶𝗰𝗿𝗼𝘀𝗼𝗳𝘁’𝘀 𝗙𝗥𝗘𝗘 𝗣𝗼𝘄𝗲𝗿𝗕𝗜 𝗖𝗲𝗿𝘁𝗶𝗳𝗶𝗰𝗮𝘁𝗶𝗼𝗻 𝗖𝗼𝘂𝗿𝘀𝗲😍
🚀 Want to Break into Data Analytics? Start with This Free Power BI Course by Microsoft🎯
If you’re trying to enter the field of data analytics but don’t know where to start, Microsoft has your back!💻📍
𝐋𝐢𝐧𝐤👇:-
https://pdlink.in/4jJvuaq
Best part? It’s completely free and created by one of the most trusted names in tech✅️
🚀 Want to Break into Data Analytics? Start with This Free Power BI Course by Microsoft🎯
If you’re trying to enter the field of data analytics but don’t know where to start, Microsoft has your back!💻📍
𝐋𝐢𝐧𝐤👇:-
https://pdlink.in/4jJvuaq
Best part? It’s completely free and created by one of the most trusted names in tech✅️
👍2
𝟯 𝗙𝗿𝗲𝗲 𝗧𝗖𝗦 𝗖𝗼𝘂𝗿𝘀𝗲𝘀 𝗘𝘃𝗲𝗿𝘆 𝗙𝗿𝗲𝘀𝗵𝗲𝗿 𝗠𝘂𝘀𝘁 𝗧𝗮𝗸𝗲 𝘁𝗼 𝗚𝗲𝘁 𝗝𝗼𝗯-𝗥𝗲𝗮𝗱𝘆😍
🎯 If You’re a Fresher, These TCS Courses Are a Must-Do📄✔️
Stepping into the job market can be overwhelming—but what if you had certified, expert-backed training that actually prepares you?👨🎓✨️
𝐋𝐢𝐧𝐤👇:-
https://pdlink.in/42Nd9Do
Don’t wait. Get certified, get confident, and get closer to landing your first job✅️
🎯 If You’re a Fresher, These TCS Courses Are a Must-Do📄✔️
Stepping into the job market can be overwhelming—but what if you had certified, expert-backed training that actually prepares you?👨🎓✨️
𝐋𝐢𝐧𝐤👇:-
https://pdlink.in/42Nd9Do
Don’t wait. Get certified, get confident, and get closer to landing your first job✅️
Master SQL step-by-step! From basics to advanced, here are the key topics you need for a solid SQL foundation. 🚀
1. Foundations:
- Learn basic SQL syntax, including SELECT, FROM, WHERE clauses.
- Understand data types, constraints, and the basic structure of a database.
2. Database Design:
- Study database normalization to ensure efficient data organization.
- Learn about primary keys, foreign keys, and relationships between tables.
3. Queries and Joins:
- Practice writing simple to complex SELECT queries.
- Master different types of joins (INNER, LEFT, RIGHT, FULL) to combine data from multiple tables.
4. Aggregation and Grouping:
- Explore aggregate functions like COUNT, SUM, AVG, MAX, and MIN.
- Understand GROUP BY clause for summarizing data based on specific criteria.
5. Subqueries and Nested Queries:
- Learn how to use subqueries to perform operations within another query.
- Understand the concept of nested queries and their practical applications.
6. Indexing and Optimization:
- Study indexing for enhancing query performance.
- Learn optimization techniques, such as avoiding SELECT * and using appropriate indexes.
7. Transactions and ACID Properties:
- Understand the basics of transactions and their role in maintaining data integrity.
- Explore ACID properties (Atomicity, Consistency, Isolation, Durability) in database management.
8. Views and Stored Procedures:
- Create and use views to simplify complex queries.
- Learn about stored procedures for reusable and efficient query execution.
9. Security and Permissions:
- Understand SQL injection risks and how to prevent them.
- Learn how to manage user permissions and access control.
10. Advanced Topics:
- Explore advanced SQL concepts like window functions, CTEs (Common Table Expressions), and recursive queries.
- Familiarize yourself with database-specific features (e.g., PostgreSQL's JSON functions, MySQL's spatial data types).
11. Real-world Projects:
- Apply your knowledge to real-world scenarios by working on projects.
- Practice with sample databases or create your own to reinforce your skills.
12. Continuous Learning:
- Stay updated on SQL advancements and industry best practices.
- Engage with online communities, forums, and resources for ongoing learning and problem-solving.
Here are some free resources to learn & practice SQL 👇👇
Udacity free course- https://imp.i115008.net/AoAg7K
SQL For Data Analysis: https://news.1rj.ru/str/sqlanalyst
For Practice- https://stratascratch.com/?via=free
SQL Learning Series: https://news.1rj.ru/str/sqlspecialist/567
Top 10 SQL Projects with Datasets: https://news.1rj.ru/str/DataPortfolio/16
Join for more free resources: https://news.1rj.ru/str/free4unow_backup
ENJOY LEARNING 👍👍
1. Foundations:
- Learn basic SQL syntax, including SELECT, FROM, WHERE clauses.
- Understand data types, constraints, and the basic structure of a database.
2. Database Design:
- Study database normalization to ensure efficient data organization.
- Learn about primary keys, foreign keys, and relationships between tables.
3. Queries and Joins:
- Practice writing simple to complex SELECT queries.
- Master different types of joins (INNER, LEFT, RIGHT, FULL) to combine data from multiple tables.
4. Aggregation and Grouping:
- Explore aggregate functions like COUNT, SUM, AVG, MAX, and MIN.
- Understand GROUP BY clause for summarizing data based on specific criteria.
5. Subqueries and Nested Queries:
- Learn how to use subqueries to perform operations within another query.
- Understand the concept of nested queries and their practical applications.
6. Indexing and Optimization:
- Study indexing for enhancing query performance.
- Learn optimization techniques, such as avoiding SELECT * and using appropriate indexes.
7. Transactions and ACID Properties:
- Understand the basics of transactions and their role in maintaining data integrity.
- Explore ACID properties (Atomicity, Consistency, Isolation, Durability) in database management.
8. Views and Stored Procedures:
- Create and use views to simplify complex queries.
- Learn about stored procedures for reusable and efficient query execution.
9. Security and Permissions:
- Understand SQL injection risks and how to prevent them.
- Learn how to manage user permissions and access control.
10. Advanced Topics:
- Explore advanced SQL concepts like window functions, CTEs (Common Table Expressions), and recursive queries.
- Familiarize yourself with database-specific features (e.g., PostgreSQL's JSON functions, MySQL's spatial data types).
11. Real-world Projects:
- Apply your knowledge to real-world scenarios by working on projects.
- Practice with sample databases or create your own to reinforce your skills.
12. Continuous Learning:
- Stay updated on SQL advancements and industry best practices.
- Engage with online communities, forums, and resources for ongoing learning and problem-solving.
Here are some free resources to learn & practice SQL 👇👇
Udacity free course- https://imp.i115008.net/AoAg7K
SQL For Data Analysis: https://news.1rj.ru/str/sqlanalyst
For Practice- https://stratascratch.com/?via=free
SQL Learning Series: https://news.1rj.ru/str/sqlspecialist/567
Top 10 SQL Projects with Datasets: https://news.1rj.ru/str/DataPortfolio/16
Join for more free resources: https://news.1rj.ru/str/free4unow_backup
ENJOY LEARNING 👍👍
👍3