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 ...
The SQLite database-management system offers many of the features found in large-scale commercial database software, including the ability to import Comma-Separated Variable (CSV) files. Many ...
This project is a small Flask web app that demonstrates: / → Web UI (upload form + latest records). /upload → Upload CSV and import. /sample → Download sample CSV. /export → Export DB as CSV. /health ...