https://github.com/allanotieno254/streamlit-data-table-visualization
This project demonstrates different ways to display tables in Streamlit
https://github.com/allanotieno254/streamlit-data-table-visualization
ai business-intelligence data-analytics python streamlit visualization
Last synced: about 1 month ago
JSON representation
This project demonstrates different ways to display tables in Streamlit
- Host: GitHub
- URL: https://github.com/allanotieno254/streamlit-data-table-visualization
- Owner: AllanOtieno254
- License: mit
- Created: 2025-02-25T20:27:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T20:32:04.000Z (8 months ago)
- Last Synced: 2025-02-25T21:29:57.891Z (8 months ago)
- Topics: ai, business-intelligence, data-analytics, python, streamlit, visualization
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# 📊 Streamlit Tables Showcase

## 🚀 Project Description
This project demonstrates different ways to **display tables in Streamlit** using:
- ✅ `st.write()` → Auto-formats and renders data
- ✅ `st.dataframe()` → Interactive table with sorting & scrolling
- ✅ `st.table()` → Static, well-formatted table
- ✅ `st.data_editor()` → Editable table inside Streamlit## 🛠️ Technologies Used
- **Python**
- **Streamlit**
- **Pandas**
- **Matplotlib**## 📥 Installation
To run the project locally, follow these steps:
```bash
pip install -r requirements.txt