Python - Exporting Multi-index Pandas Dataframe To Excel
I'm trying the following example from this (closed) GitHub issue: https://github.com/pandas-dev/pandas/issues/2701 import pandas as pd m = pd.MultiIndex.from_tuples([(1,1),(1,2)],
Solution 1:
I am able to reproduce whatever you have done. This is most likely a bug. No easy way out of this but to delete that row by reading the xlsx in again. Please add this to the closed github chain and reopen it.
Post a Comment for "Python - Exporting Multi-index Pandas Dataframe To Excel"