whitphx's picture
whitphx HF Staff
Add custom component samples
a7916dc
raw
history blame
177 Bytes
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)