Skip to content

Writing as Excel with a MultiIndex is not yet implemented. #10410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Owojori opened this issue Jun 23, 2015 · 2 comments
Closed

Writing as Excel with a MultiIndex is not yet implemented. #10410

Owojori opened this issue Jun 23, 2015 · 2 comments
Labels
API Design Error Reporting Incorrect or improved errors from pandas IO Excel read_excel, to_excel

Comments

@Owojori
Copy link

Owojori commented Jun 23, 2015

I get this error "NotImplementedError: Writing as Excel with a MultiIndex is not yet implemented.
when running the example below(as described in your site):
"Generating Excel Reports from a Pandas Pivot Table. "

@swayson
Copy link

swayson commented Jun 23, 2015

I also notice this error cropping up in one of my projects. But on Pandas 0.15.2 I don't get this error...

@jreback
Copy link
Contributor

jreback commented Jun 23, 2015

see #9794 ; a broken excel file was almost always written. If it worked before it was accidental. The original issue is #4679 which is still open.

Easiest way to deal with this is to df.index = [....] before you write to make a single level index.

@jreback jreback closed this as completed Jun 23, 2015
@jreback jreback added API Design Error Reporting Incorrect or improved errors from pandas IO Excel read_excel, to_excel labels Jun 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Design Error Reporting Incorrect or improved errors from pandas IO Excel read_excel, to_excel
Projects
None yet
Development

No branches or pull requests

3 participants