An open API service indexing awesome lists of open source software.

https://github.com/ishmal793/bi-dummy-

An interactive and beginner-friendly data dashboard built using Streamlit. Upload your own CSV or Excel file, apply filters, view key statistics, and generate beautiful visualizations with no coding required.
https://github.com/ishmal793/bi-dummy-

data-analytics data-visualization eda pandas plotly python-dashboard streamlit

Last synced: 27 days ago
JSON representation

An interactive and beginner-friendly data dashboard built using Streamlit. Upload your own CSV or Excel file, apply filters, view key statistics, and generate beautiful visualizations with no coding required.

Awesome Lists containing this project

README

          

# ๐Ÿ“Š Interactive Data Dashboard using Streamlit

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.

---

## ๐Ÿš€ Features

- ๐Ÿ“ 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

---

## ๐ŸŒ Live Dashboard

๐Ÿ‘‰ Try the app live: [Interactive Dashboard](https://ogr3xrsreymmuqspkdtapp8.streamlit.app/)

---

## ๐Ÿ“‚ How to Run Locally

1. Clone the repository:
```bash
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name