adamerose / PandasGUI

A GUI for Pandas DataFrames
MIT No Attribution
3.17k stars 229 forks source link

Excel like column filters? #180

Open stefaneidelloth opened 2 years ago

stefaneidelloth commented 2 years ago

Are there plans to implement column filters like in qgrid or Excel?

https://github.com/quantopian/qgrid/blob/master/docs/images/filtering_demo.gif

image

image

I would like to allow a user to filter a data frame in PandasGUI and afterwards continue data processing on the filtered data frame.

adamerose commented 2 years ago

Yes there are definitely plans for this. I've been putting off work on features like this though because I'm considering moving from PyQt5 to React in 2022 and don't want to duplicate effort