An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 📊 Streamlit Tables Showcase
![table streamlit](https://github.com/user-attachments/assets/49d8b864-8011-46c5-a933-2c73b28e5471)
![table streamlit2](https://github.com/user-attachments/assets/2f10d026-56c6-4823-bfb4-04241c419bc9)

## 🚀 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