This is a little manual for passing the values from CSV file to SQLITE Database and from SQLITE DB to POSTGRESQL DB. All of this was done via Python Django features: Create models that matches the ...
This project provides a simple data pipeline that: Loads Netflix titles data from a CSV file Cleans and preprocesses the data Stores the cleaned data in a SQLite database Generates a summary report in ...