github Kanaries/pygwalker 0.4.7

latest releases: v0.4.9.15a2, 0.4.9.15a1, 0.4.9.15...
18 months ago

About Pygwalker0.4.7

  • Update duckdb version(0.10.0)
  • Fixed the issue that some components in pygwalker are not adapte with the dark theme, and add the button to switch theme.
  • Adding cloud calculate mode, 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.
  • Add new apis in jupyter.
  • Use spec_io_mode instead of debug parameter.

New Api In Jupyter

import pygwalker as pyg

pyg.table(df)

pyg.render(df, vis_spec)

More api detail, refer it: Jupyter Api

Cloud Calculate Mode

pyg.walker(df, use_cloud_calc=True)

Remove Debug Parameter

previous:

StreamlitRenderer(df, spec="./gw_config.json", debug=True)

current:

StreamlitRenderer(df, spec="./gw_config.json", spec_io_mode="rw")

More api detail, refer it: Streamlit Api

What's Changed

Full Changelog: 0.4.6...0.4.7

Don't miss a new pygwalker release

NewReleases is sending notifications on new releases.