Elwynn Chen
Elwynn Chen
Related issue: https://github.com/Kanaries/pygwalker/issues/154
Hi @gauravgandhi1315. We are considing expose all components in graphic walker (pygwalker's core) and allow developers to customize the interface by themself. But it is now with high prioirty now...
Hi @plusmid, currently, pygwalker does not utilize the pandas API for dataframe-related computations. When you pass a dataframe to pygwalker, it converts it into either a duckdb format or an...
Progress update: Identified problems, 1. pygwalker changed users's size mode settings which it shouldn't 2. pygwalker for now does not implement streamlit components in a offical way, which make it...
Not yet, welcome to make a PR for deleting. The Data is stored in indexed-db in your own browser, for now you can delete them in chrome-dev-tool.
It is a good idea to allow customized label resolutions or formats. (added to future features) But there are two ways already supported by interactions that might meet your needs:...
I found it is caused by a fixed format string in `graphic-walker`. already fixed in the latest version `@kanaries/graphic-walker/0.2.12`. After pygwalker upgrades to the latest version of gw, this problem...

`Graphic Walker` does not parse the column id, which causes a parse error in vega-lite. This can be fixed by both `Graphic Walker` and `PgGWalker` . TODO: For independent usage...
 Suppose you have a field `score`, click the dropdown icon of the `score` field in the measure segment, there will be some transformations you can make, click the `bin`...