An interactive web application built with Streamlit that allows users to upload Excel files, visualize the data, and download the visualized data.
- Excel File Upload: Upload and view Excel data.
- Data Visualization: Interactive bar charts based on selected columns.
- Downloads: Download grouped data or visualized plots.
- Clone the Repository:
git clone https://github.com/ali14hasnain/datavisualisation.git
- Install Required Packages:
pip install streamlit pandas plotly
- Run the App:
streamlit run app.py