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
Currently, MultiIndex.get_level_values handles both names and levels, it return different levels depending on its name (like .ix). Adding an option (or separate method) like .loc and .iloc to avoid any unexpected results?