Kanaries / pygwalker

PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
https://kanaries.net/pygwalker
Apache License 2.0
10.66k stars 542 forks source link

How do I get data in vis_spec and save it to a variable (pygwalker.api.streamlit )? #580

Open andrec84j opened 2 weeks ago

andrec84j commented 2 weeks ago

Streamlit from pygwalker.api.streamlit import StreamlitRenderer

Is it possible to take the data from vis_spec after finishing the construction of a graph and save the data in a variable?

longxiaofei commented 2 weeks ago

Hi @andrec84j ,This feature is not currently supported.

I'm interested to know what things you would be able to accomplish with this feature.

Could you please share some details?