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

MultiIndex selection needs improvement

Open jseabold opened this issue 5 years ago • 0 comments

Will need to think about how to do this. I think maybe the pandas API could use some improvements here too. There's no attribute selection on the MultiIndex. Something like dta.select.index.level_name == 'foobar' would be aces.

jseabold avatar Sep 08 '20 21:09 jseabold