An interactive Data Dashboard built using Python, Pandas, and Streamlit.
- π Upload and read CSV files
- π Preview dataset (first few rows)
- π Automatic data summary using descriptive statistics
- π Filter data by column values
- π Interactive line chart visualization
- Python
- Streamlit β for building the web app
- Pandas β for data handling and analysis
- Matplotlib / Streamlit Charts β for data visualization
- Clone the repository
git clone https://github.com/your-username/your-repo-name.git- Navigate to the project directory
cd your-repo-name- Install dependencies
pip install -r requirements.txt- Run the Streamlit app
streamlit run app.py