Hi,
I ask myself if it would be feasible to implement the pygwalker library inside streamlit.
The only documentation I have found is the following:
Streamlit (Since version 0.1.4.9), enabled with pyg.walk(df, env=âStreamlitâ)
for jupyter and the voila component is quite simple and well documented.
import pandas as pd
import pygwalker as pyg
df = pd.read_excel(âŠ/Destrucciones.xlsxâ, sheet_name=âDestruccionâ)
gwalker = pyg.walk(df)
I have also implemented pivotable.js to streamlit adding different storage files.
but I also find this library easy and operational âpygwalkerâ to implement for people who do not have programming skills.