You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: