This workspace contains scripts and notebooks for vendor performance and exploratory data analysis.
Exploratory Data Analysis.ipynb: Initial data exploration.Vendor Performance Analysis.ipynb: Vendor performance metrics and visualizations.get_vendor_summary.py: Script to generate vendor summaries.ingestion_db.py: Utilities for data ingestion and persistence.vendor_sales_summary.csv: Sample data export.
- Ensure Python 3.10+ is installed.
- Create a virtual environment and install any required packages.
- Open the notebooks to explore, or run the scripts with Python.
- Local environment, cache, and editor files are ignored via
.gitignore.