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
If using MultiIndex as columns, saving to CSV adds an extra line with no data between the column headers and the data. I couldn't find information that this is something that should happen so it was unexpected to me.
If using MultiIndex as columns, saving to CSV adds an extra line with no data between the column headers and the data. I couldn't find information that this is something that should happen so it was unexpected to me.
Code Sample, a copy-pastable example if possible
In IPython:
Outputs:
Expected Output
I expected not to have an empty row between column names and the data:
output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: