Spreadsheets & Excel
- Formulas & functions
- Pivot tables
- Charts & visualization
- Data cleaning in Excel
- VLOOKUP / INDEX-MATCH
Turn raw numbers into decisions that actually matter.
Data analysts collect, clean, and interpret data to help organizations make informed decisions. You work with spreadsheets, SQL, Python, and visualization tools to find patterns and tell stories with data.
Salary range: $45,000 to $100,000/year
Follow each stage in order. Mark stages complete as you finish them.
Master Excel for data analysis, formulas, pivot tables, charts, power query.
www.youtube.com/watch?v=Vl0H-qTclOg
Complete SQL covering everything from SELECT to window functions.
www.youtube.com/watch?v=HXV3zeQKqGY
Interactive SQL practice. The best place to drill queries until they feel natural.
sqlzoo.net
Interactive SQL book. Best way to learn SQL for real analytical queries.
selectstarsql.com
Learn Python Pandas, loading, cleaning, transforming, and analyzing data.
www.youtube.com/watch?v=vmEHCJofslg
Free micro-courses on Python, Pandas, SQL, and data viz. Highly practical.
www.kaggle.com/learn
Explore Kaggle getting started notebooks and see data analysis done by experts.
www.kaggle.com/learn-forum
Thousands of free datasets to practice on. Download and analyze anything.
www.kaggle.com/datasets
Complete Power BI course, connect data and build interactive reports.
www.youtube.com/watch?v=TmhQCQr_DCA
Complete free course on statistics and probability, from basics to hypothesis testing, with practice exercises.
www.khanacademy.org/math/statistics-probability
YouTube channel covering statistics fundamentals with clear, visual explanations. Mean, variance, p-values, and more.
statquest.org/video_index.html
Analyze a sales dataset and build an interactive dashboard with KPIs.
Download a Kaggle dataset, write 15+ SQL queries, and document insights.
Analyze academic dataset with Pandas: trends, outliers, correlations.
Build a Tableau Public dashboard from a financial CSV dataset.
Upload CSVs and ask AI to analyze and chart them
Dedicated data analysis AI with chart generation
SQL generation, Pandas scripts, insight interpretation
Write a SQL query that finds the top 10 customers by total order value in the past 6 months, grouped by region. Schema: orders(id, customer_id, amount, date, region).I have a Pandas DataFrame with a "date" column stored as strings in dd/mm/yyyy format. Write code to convert it to datetime, extract month and year, and create a monthly sales summary by product category.$45,000 to $100,000/year
Domain knowledge multiplies your value. A data analyst who understands finance, healthcare, or logistics is far more valuable than one who only knows SQL.