pandas-selectable icon indicating copy to clipboard operation
pandas-selectable copied to clipboard

Support non-boolean methods that return something to be compared?

Open jseabold opened this issue 4 years ago • 0 comments

I'm not sure if it's possible. But something like dta.select.A.str.strip() == ''. I think you could wrap the non-boolean methods so that they return a selectable column. Need to try it out.

jseabold avatar Sep 16 '20 22:09 jseabold