Skip to content

Amithkumar2003/ecommerce-exercise

Repository files navigation

Ecommerce Data Exercise

Files

  • generate_csvs.py – Generates synthetic ecommerce CSV data using only Python standard library.
  • load_to_sqlite.py – Loads the CSV files into ecommerce.db (SQLite).
  • run_report.py – Runs a SQL join query and prints a combined ecommerce report.
  • report.sql – SQL version of the join query.

How to Run

1. Generate CSV files

python generate_csvs.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages