USE https://nbviewer.org/ TO VIEW DATA VISUALIZATION PROJECT AND CODE. Click Monthly Sales Sneakers vs Streetwear file and copy the URL, paste into website.
TSTC Final for Programming Logic class
- Juypter Notebook
- Python 3.9+
- Pandas
- Matplotlib
"Which months have the highest sales for sneakers vs. streetwear?"
Dataset File: sneakers_streetwear_sales_data.csv Expected columns:
Date (parseable to datetime)
Product Type (e.g., “Sneakers”)
Category (e.g., “Streetwear”)
Amount ($) (numeric sales amount)
Notes:
“Sneakers” totals are calculated where Product Type == "Sneakers".
“Streetwear” totals are calculated where Category == "Streetwear".