This is an interactive web-based data dashboard built using Streamlit, designed to simplify exploratory data analysis (EDA) for data analysts and beginners. Users can upload CSV or Excel files, apply filters, view data summaries, and generate a variety of visualizationsโall without writing a single line of code.
- ๐ Upload CSV or Excel files
- ๐ View data table with statistics
- ๐งฎ Automatically detects numerical and categorical columns
- ๐ Filter data using checkboxes, sliders, and multiselects
- ๐ Visualizations include:
- Bar Chart
- Line Chart
- Pie Chart
- Scatter Plot
- Gauge Chart
- Area Chart
- ๐ง Summary metrics (Max, Min, Average) for numerical columns
- ๐ฑ๏ธ Easy navigation using sidebar
๐ Try the app live: Interactive Dashboard
- Clone the repository:
git clone https://github.com/your-username/your-repo-name.git cd your-repo-name