brutusyhy / polars-explorer

A data explorer app for Polars based on Tauri
MIT License
24 stars 4 forks source link

Version 0.2.0 #9

Closed brutusyhy closed 2 weeks ago

brutusyhy commented 2 weeks ago

I think it's time to announce a new major version for this app: it's still a long way from what I want, but the main groundwork has been set up. Most importantly, this commit (almost) fully implemented the FrameView mechanic, and allows the user to select certain columns from any given FrameView, resulting in a new FrameView. The next steps would be 1) better management of DataFrames and FrameViews 2) Better pagination control (Going to certain page/row) 3 Implementing column based sorting query.