Kanaries / pygwalker

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

feat: optimize the memory usage of generating html #426

Closed longxiaofei closed 9 months ago

longxiaofei commented 9 months ago

Each rendering of the graphic-walker UI by pygwalker consumes a significant amount of string memory.

Therefore, in this version, pygwalker will compress the HTML strings before rendering, greatly reducing memory usage.