quantopian / qgrid

An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks
Apache License 2.0
3.03k stars 424 forks source link

Can we store or keep a log of filters applied in qgrid on a dataframe? #353

Open Mohitbatra007 opened 3 years ago

Mohitbatra007 commented 3 years ago

I am trying to use qgrids on a dataframe and I want to store the log of filters I have applied during qgrid so that later on I can reapply the same filters on a different dataset.

Just checking in to see if there is anyway to do that.