Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚开始使用 Streamlit,它在很多方面都是一种非常简洁的方式,可以以不同的方式快速分析和查看数据,然后与同事分享。
在 Streamlit 中显示数据帧可以正常工作 - 但是当想要具有特定格式等时会变得非常乏味。使用分组或 MultiIndex 数据帧时似乎会变得更糟。
有谁知道是否有一种简洁的方式来格式化和显示使用 Streamlit 的分组或 MultiIndex 数据帧?