Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
8 views2 pages

Project Data Eng

The document outlines five data projects aimed at enhancing data handling skills using various tools. Projects include creating a CSV to SQL data pipeline, tracking COVID-19 data, automating sales dashboards from Excel, analyzing Netflix movie data, and processing Amazon product reviews. Each project highlights specific goals, tools, and skills to be developed, making them suitable for beginners and those looking to improve their data analysis capabilities.

Uploaded by

mohdhanzala542
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

Project Data Eng

The document outlines five data projects aimed at enhancing data handling skills using various tools. Projects include creating a CSV to SQL data pipeline, tracking COVID-19 data, automating sales dashboards from Excel, analyzing Netflix movie data, and processing Amazon product reviews. Each project highlights specific goals, tools, and skills to be developed, making them suitable for beginners and those looking to improve their data analysis capabilities.

Uploaded by

mohdhanzala542
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

✅ 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

You might also like