streamlit-pivot

仓库创建 2026年7月5日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

适合需要在 Streamlit 中做交互式 BI 的开发者。

这个 Skill 做什么

在 Streamlit 中构建交互式数据透视表,支持层级、条件格式与导出。

在 Streamlit 里做交互式数据透视表:支持层级展开/收起、条件格式、单元格点击回到 Python、还能导出为 Excel。当你需要把 BI 风格的透视分析嵌入 st_pivot_table,或想找免费替代 AG Grid Enterprise 分组时会用到。特色是官方组件、和 Python 双向联动,体验接近桌面型分析工具。

▸ 展开 SKILL.md 英文原文

Build BI pivot tables in Streamlit with streamlit-pivot (the official component). Use when the user works with st_pivot_table — pivots, hierarchy trees with collapse, conditional formatting, cell-click callbacks into Python, Excel export — or asks for a free alternative to AG Grid Enterprise grouping.

数据与抓取Streamlit数据透视BI通用
0
Stars
0
Forks
6
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/4k7yvjv7w4-ops/streamlit-agent-skills/main/streamlit-pivot/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/4k7yvjv7w4-ops/streamlit-agent-skills/main/streamlit-pivot/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# streamlit-pivot (official Streamlit pivot component, 0.5.x)

**Choosing a grid (shared matrix):** flat interactive grid or selection→Python
→ **aggrid** · pivot/tree wired to Python → **streamlit-pivot** · huge-data
client-side exploration → **perspective** · live range Σ/avg status bar →
**AG Grid enterprise only** (no free equivalent anywhere).

`pip install streamlit-pivot` — from the Streamlit team, Components V2,
Streamlit ≥ 1.51. Free, and unlike Perspective the config state and cell
clicks come back to Python. Runnable demos: `aggrid_lab.py` bundled with the
[streamlit-aggrid] skill (`../streamlit-aggrid/aggrid_lab.py`), tab 10 + the
🟩 expanders in tabs 1–8.

**Install gotcha:** th
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有