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

Inversion operator doesn't work for `.str`

Open jseabold opened this issue 4 years ago • 1 comments

Can't do ~dta.select.A.str.contains('foobar')

jseabold avatar Sep 04 '20 21:09 jseabold

Not sure there's a way to do this without some real magic. contains above returns a DataFrame and the inversion is on the DataFrame.

jseabold avatar Sep 09 '20 14:09 jseabold