Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 801 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 801 Bytes

Enhanced Excel Plotter 📈

An interactive web application built with Streamlit that allows users to upload Excel files, visualize the data, and download the visualized data.

🌟 Features

  • Excel File Upload: Upload and view Excel data.
  • Data Visualization: Interactive bar charts based on selected columns.
  • Downloads: Download grouped data or visualized plots.

🚀 Installation & Usage

  1. Clone the Repository:
git clone https://github.com/ali14hasnain/datavisualisation.git
  1. Install Required Packages:
pip install streamlit pandas plotly
  1. Run the App:
streamlit run app.py

🛠️ Technologies Used