displaying-streamlit-data

Installation
SKILL.md

Streamlit charts & data

Present data clearly.

Choosing display elements

Element Use Case
st.dataframe Interactive exploration, sorting, filtering
st.data_editor User-editable tables
st.table Static display, no interaction needed
st.metric KPIs with delta indicators
st.json Structured data inspection

Native charts first

Prefer Streamlit's native charts for simple cases.

Installs
2
GitHub Stars
211
First Seen
Mar 31, 2026
displaying-streamlit-data — streamlit/agent-skills