A simple and interactive web application built with Streamlit for data analysis and visualization.
- Upload CSV or Excel files
- View data summary statistics
- Explore top and bottom rows
- Check data types
- Value counting with visualizations (bar chart, line chart, pie chart)
- Upload a CSV or Excel file using the file uploader
- Explore the basic information about your dataset
- Navigate through the tabs to view different aspects of your data
- Use the Value Count expander to visualize frequency distributions
- Python
- Streamlit
- Pandas
- Plotly Express