You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An end-to-end data engineering project that builds an ETL pipeline for the Kaggle Netflix Titles dataset. It extracts a raw CSV, cleans and standardizes the data with Python, normalizes it to a relational schema, and then loads the results into PostgreSQL via SQLAlchemy. Includes reproducible scripts, SQL table definitions, a few analytical queries