An interactive web application for CSV data analysis and visualization built with Streamlit.
You can access the deployed application here:
๐ https://data-dashboard-18.streamlit.app/
- Upload CSV files
- Data preview and filtering
- Statistical summaries
- Interactive visualizations (line charts, scatter plots, bar charts, histograms)
- Correlation heatmaps
- Download filtered data
pip install streamlit pandas matplotlib seabornstreamlit run app.pyThen upload your CSV file and explore your data through the interactive interface!
-
app.py- Main Streamlit application -
requirements.txt- Dependencies -
README.md- This file