How to export your current chart data to a dataframe?
In pygwalker >= 0.3.16, pygwalker support this feature.
1. run walker = pyg.walk(df)
and drawing chart, click export_dataframe icon
2. use exported dataframe
# or use pyg.GlobalVarManager.last_exported_dataframe
walker.last_exported_dataframe