Kanaries / pygwalker

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

feat: recover to_html api #382

Closed longxiaofei closed 10 months ago

longxiaofei commented 10 months ago

pyg.walk(df) should focus on implementing relevant features in the jupyter.

pyg.walk(df, return_html=True), it's confusing.

So we reuse to_html api.

from pygwalker.api.html import to_html

to_html(df)