An open API service indexing awesome lists of open source software.

https://github.com/rajeev2806/netflix-data-analysis

In this project i have implemented ETL . I used netflix dataset to clean and analyze using postgresql and python
https://github.com/rajeev2806/netflix-data-analysis

data-analysis data-cleaning postgresql python

Last synced: 2 months ago
JSON representation

In this project i have implemented ETL . I used netflix dataset to clean and analyze using postgresql and python

Awesome Lists containing this project

README

          

# 🎬 Netflix Data Analysis β€” ETL Project

This project performs **ETL (Extract, Transform, Load)** operations on a Netflix dataset using **PostgreSQL** and **Python (Pandas, SQLAlchemy)** to explore trends in content types, genres, and creators. It’s designed to demonstrate how raw data can be cleaned, structured, and analyzed end-to-end.

---

## πŸš€ Project Overview

- πŸ“¦ **Extract**: Loaded the Netflix dataset (`netflix_titles.csv`) using Python
- 🧹 **Transform**: Cleaned, formatted, and structured the data using Pandas
- πŸ—ƒοΈ **Load**: Inserted the cleaned data into a PostgreSQL database
- πŸ“Š **Analyze**: Queried data using SQL for insights on content, directors, and genres