Import the necessary library
pandas
for the data analysisplotly.express
for the data interactive visualizationsstreamlit
for the web app interface
-
Web application in the browser tab
-
Use the streamlit Library
-
Upload Data file
-
Visualizations data
-
Statistical analysis
-
Basic information for the dataset
-
Quickly visualize the distribution of values within a column
-
Grouping data insights
-
Aggregation functions
Sum
max
min
mean
etc
- Excel file or CSV file
Run: streamlit run app.py