streamlit-aggrid

时间:2021-05-07 11:34:38
【文件属性】:
文件名称:streamlit-aggrid
文件大小:2.55MB
文件格式:ZIP
更新时间:2021-05-07 11:34:38
Python 流式aggrid AgGrid是Web前端的一个令人敬畏的网格。 有关更多信息, 。 如果要使用企业功能,请考虑从Ag-Grid购买许可证! 评论如果您喜欢它或 安装 pip install streamlit-aggrid 快速使用 创建一个example.py文件 from st_aggrid import AgGrid import pandas as pd df = pd . read_csv ( 'https://raw.githubusercontent.com/fivethirtyeight/data/master/airline-safety/airline-safety.csv' ) AgGrid ( df ) 跑步 : streamlit run example.py 演示版 网格数据被发送回进行精简,并且可以在其他组件中重用。 在下面的示例中,图表在网格版
【文件预览】:
streamlit-aggrid-main
----MANIFEST.in(44B)
----st_aggrid()
--------frontend()
--------node_modules()
--------package-lock.json(279B)
--------__init__.py(8KB)
--------grid_options_builder.py(10KB)
--------shared.py(2KB)
----pyproject.toml(100B)
----selection_example.gif(1.19MB)
----Pipfile(243B)
----LICENSE(1KB)
----Pipfile.lock(115KB)
----group_selection_example.gif(1.07MB)
----streamlit_aggrid.egg-info()
--------top_level.txt(10B)
--------dependency_links.txt(1B)
----requirements.txt(37B)
----examples()
--------virtual_columns.py(1KB)
--------example.py(669B)
--------example_highlight_change.py(1KB)
--------licensing_example.py(1KB)
--------main_example.py(8KB)
--------two_grids_example.py(850B)
--------many_inputs.py(893B)
--------fixed_key_example.py(2KB)
----setup.py(857B)
----.gitignore(3KB)
----example.gif(254KB)
----README.md(3KB)
----streamlit_aggrid_pkg_pablofonseca.egg-info()
--------PKG-INFO(532B)
--------SOURCES.txt(268B)
--------top_level.txt(10B)
--------dependency_links.txt(1B)

网友评论