/food-sales-pipeline

Uploading a database with sqlalchemy

Primary LanguageJupyter NotebookMIT LicenseMIT

Pizza Sales Database

This was a fun project to do to revise sqlalchemy after a long break

About the Data

The data consists of JSON file containing information on pizza sales transactions, customer details, and other relevant metrics. This file is uploaded to a postgres database after creating a table with python.