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

Project details


Download files

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

Source Distribution

streamlit_aggrid_pro-0.2.30.tar.gz (19.4 MB view hashes)

Uploaded Source

Built Distribution

streamlit_aggrid_pro-0.2.30-py3-none-any.whl (19.6 MB view hashes)

Uploaded Python 3

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