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
not allowed to use 'index' as a level name in a MuliIndex when storing, because 'index' is 'reserved'. This should check for this and raise in validate_multindex and just raise a ValueError; too complicated to fix
This one is strange...
Here is a minimal example:
And the error backtrace:
pandas version: '0.13.0-496-ga2d5e53'
Note that the bug is not there if the format is set to 'fixed', i.e. this works:
The text was updated successfully, but these errors were encountered: