Skip to content
Tutorials
How to export your current chart data to a dataframe?

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

img_v3_0258_b887cbec-0505-4730-8892-debf5c25fe6g

img_v3_0258_874694e2-9e90-46e6-a736-3f11fea1ba4g

2. use exported dataframe

# or use pyg.GlobalVarManager.last_exported_dataframe
walker.last_exported_dataframe

img_v3_0258_d2b24483-903c-4cce-93f8-2eac0859c21g