PandasGUI
PandasGUI copied to clipboard
Excel like column filters?
Are there plans to implement column filters like in qgrid or Excel?
https://github.com/quantopian/qgrid/blob/master/docs/images/filtering_demo.gif


I would like to allow a user to filter a data frame in PandasGUI and afterwards continue data processing on the filtered data frame.
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