pandas-selectable
pandas-selectable copied to clipboard
Support non-boolean methods that return something to be compared?
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.