Kanaries / pygwalker

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

feat: cloud calculate #461

Closed longxiaofei closed 6 months ago

longxiaofei commented 6 months ago

When users analyze big data dataframes, local computing resources may not support users' data exploration. Pygwalker provides cloud computing resources. Users only need to change one parameter to upload the data to kanaries cloud and use the computing resources of kanaries cloud to explore datas.

example:

import pygwalker as pyg

pyg.walk(df, use_cloud_calc=True)