This app helps you ๐ฅ upload Excel data, ๐ view the data, ๐งฎ analyze the data (like average, minimum, maximum), and ๐ visualize the data using graphs โ all on a web page created by Streamlit.
- Named it:
d-s.py
- Inside it, I added:
d-s.py
โ My Streamlit Python file ๐requirements.txt
โ For library dependenciesdata_sample.xlsx
โ Sample Excel data file (optional)
- To keep my project clean and separate:
python3 -m venv venv
source venv/bin/activate
pip install streamlit pandas openpyxl matplotlib seaborn
- I added these to
requirements.txt
โ
- My app:
- Shows a Title with Emojis ๐
- Has a file uploader to upload Excel data ๐ฅ
- Displays uploaded data in table form ๐
- Gives a data summary (mean, count, etc.) ๐
- Creates beautiful charts and graphs ๐
- Shows a secret message: "Created by Ammara โค๏ธ"
streamlit run d-s.py
โ It opened automatically in my browser ๐
โ Upload Excel file
โ View Data Table ๐
โ Show Statistics (average, min, max) ๐
โ Data Visualization with Charts ๐
โ Hidden Message: "Created by Ammara โค๏ธ" ๐
-
On Replit (Optional)
-
Streamlit Cloud
-
PythonAnywhere