What problem does it solve?
This Skill helps Streamlit app builders and data analysts present tables, charts, metrics, and sparklines in a clear, interactive way so stakeholders can explore insights without manual formatting.
Core Features & Use Cases
- Interactive table display and editable data editor modes for exploration and inline updates.
- Native Streamlit charts for simple visuals and Altair for custom, layered or multi-series charts and tooltips.
- Column configuration options to format numbers and dates, show images or links, hide sensitive columns, pin important fields, and add sparklines or progress bars; use st.metric to surface KPIs with trend context.
- Example use case: a sales dashboard that displays a formatted revenue column, pinned product title, editable order statuses, a revenue line chart, and sparkline metrics for weekly trends.
Quick Start
Show a Streamlit view that displays the dataframe with formatted revenue and date columns, hides internal IDs, pins the title column, includes a revenue line chart over date, and adds a sparkline metric for recent trends.