Kanaries / pygwalker

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

feat: remove encoding field name #339

Closed longxiaofei closed 9 months ago

longxiaofei commented 9 months ago

Previously, pygwalker encoded fields to be compatible with the graphic-walker config format. This is no longer necessary, so we have removed the logic for double encoding fields.

This also makes it easier for us to provide computed fields in the future.