✅ 1.
CSV to SQL Data Pipeline
Goal: Read data from a CSV file and load it into a SQL database.
Tools: Python, Pandas, MySQL/PostgreSQL
What you'll learn:
Basic data cleaning
SQL table creation
Using Python to connect to a database
✅ Great for beginners!
✅ 2. Daily COVID-19 Tracker
Goal: Collect and analyze daily COVID data from a public API.
Tools: Python, Requests, SQLite/PostgreSQL, Matplotlib
Skills Practiced:
Working with APIs
Storing time-series data
Plotting trends (like daily cases)
✅ 3. Sales Dashboard from Excel Files
Goal: Automate reading Excel files and build a sales dashboard.
Tools: Python, Pandas, Google Sheets/Tableau/Excel
What you do:
Clean multiple Excel files
Aggregate data by region/date
Export to a visualization tool
✅ 4. Netflix Movie Data Analysis
Goal: Analyze a public Netflix dataset (CSV format)
Tools: SQL or Pandas
Key Insights:
Most common genres
Movies per country/year
Average duration of shows
✅ 5. Amazon Product Review ETL
Goal: Process raw Amazon reviews and create summary reports
Tools: Python, AWS S3 (optional), PostgreSQL
Steps:
Clean text data
Extract top keywords
Count reviews per product/category