Skip to main content

Streamlit component implementation of ag-grid-pro

Project description

streamlit-aggrid-pro


Install

pip install streamlit-aggrid-pro

Quick Use

Create an example.py file

from st_aggrid_pro import AgGridPro
import pandas as pd

df = pd.read_csv('https://raw.githubusercontent.com/fivethirtyeight/data/master/airline-safety/airline-safety.csv')
AgGridPro(df)

Run :

streamlit run example.py

注:

由于aggrid的最新包样式有问题,所以调整代码和样式,紧急升级此包

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

streamlit_aggrid_pro-0.3.35-py3-none-any.whl (19.6 MB view details)

Uploaded Python 3

File details

Details for the file streamlit_aggrid_pro-0.3.35-py3-none-any.whl.

File metadata

File hashes

Hashes for streamlit_aggrid_pro-0.3.35-py3-none-any.whl
Algorithm Hash digest
SHA256 b41b990a50da9455a86aa406d7e667afe5080c66c32b995c9f66fca2350c78cb
MD5 7626b10458d6094c956fc72eccabd824
BLAKE2b-256 4569a3f72c80b4e174b0e6805fc5c130c98ff4ead8ef28fe37294de12f411a1a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page