pygwalker
pygwalker copied to clipboard
[doc] No documents found for all parameters and API of pygwalker
There is no official documents explaining all the parameters and API of pygwalker.
Sharing some experience, I was using pygwalker yesterday.
Q1: I forgot about how to enable the preview mode, so I tried to search "pygwalker preview" in Google, which I got no useful information there.
answer for Q1: use_preview
pygwalker.walk(df, use_preview=True)
Q2: I forgot about the parameter name for choosing the dark theme. There is also no clear reference.
answer for Q2: dark
pygwalker.walk(df, dark='light')
params dark can be set as 'light' | 'dark' or 'media'(default, means it will automate change the theme based on system)