Adidas Sales Dashboard
This dashboard provides insights into Adidas's sales performance across various regions and retailers.
Dashboard Link: Streamlit Cloud
Dashboard Tutorial on YouTube: Dashboard walkthrough
Functionality
Sales at a Glance Quickly see total sales figures for overall performance and how sales are distributed across different retailers.
Monthly Trends Track sales trends over time to identify seasonal patterns or shifts in buying behavior.
Geographic Deep Dive Explore units sold by individual state within each region using a tree map for a clear visual representation.
Tech Stack
Python 3
Streamlit
Plotly
Pandas
Dependencies
Pandas
$ pip install pandas
Streamlit
$ pip install streamlit
Plotly
$ pip install plotly==5.22.0
Getting Started
1. Ensure you have the required dependencies installed (refer to Dependencies section).
2. Run the script using streamlit run app.py (replace app.py with your actual file name).
3. The dashboard will launch in your web browser.
Note
You can further customize the dashboard to include additional functionalities and visualizations based on your specific needs.

Log in or sign up for Devpost to join the conversation.