This Streamlit app analyzes survey data related to syrup purchases and sales volumes. The app provides insights into different purchase types and sales volumes across various store types.
This Streamlit app presents data analysis results from a survey about syrup purchases. It offers visualizations and insights into different purchase behaviors and sales volumes in branded and non-branded stores.
- Introduction Page: A brief introduction to the app and its purpose.
- Analysis 1: Visualizes the counts and percentages of different purchase types.
- Analysis 2: Provides a detailed analysis of sales volumes per day for different purchase types across branded and non-branded stores.
To run this app, you need to have Python and pip installed. Follow the steps below to set up and run the app:
-
Clone the repository:
git clone https://github.com/yourusername/streamlit-data-analysis-app.git cd streamlit-data-analysis-app
-
Install the required packages:
pip install streamlit pandas altair
-
Place the data file: Ensure you have the
data.csv
file in thedata
directory. If you have a different data file, adjust the file path in the code accordingly.
To run the app, navigate to the project directory and use the following command:
streamlit run app.py