PandasGUI icon indicating copy to clipboard operation
PandasGUI copied to clipboard

Excel like column filters?

Open stefaneidelloth opened this issue 3 years ago • 1 comments

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.

stefaneidelloth avatar Dec 23 '21 09:12 stefaneidelloth

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

adamerose avatar Jan 12 '22 12:01 adamerose