pandas-selectable
                                
                                 pandas-selectable copied to clipboard
                                
                                    pandas-selectable copied to clipboard
                            
                            
                            
                        Inversion operator doesn't work for `.str`
Can't do ~dta.select.A.str.contains('foobar')
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.