Import the necessary library
pandasfor the data analysisplotly.expressfor the data interactive visualizationsstreamlitfor 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
Summaxminmeanetc
- Excel file or CSV file
Run: streamlit run app.py




