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.