Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Request: Multi-line header for to_csv when column is MultiIndex #1651
Comments
joeb1415
commented
Mar 22, 2013
|
+1. or |
This was referenced Mar 22, 2013
feilchenfeldt
commented
Apr 29, 2013
|
+1 for this and Issue #3141 |
This was referenced May 10, 2013
|
closed via #3575 |
jreback
closed this
May 19, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tkf commentedJul 19, 2012
Having tuple as string in header line is not what I expected.
Any particular reason for this behavior?:
It would be nice if there is an option to output multi-line header with
df.to_csv, like whatprint dfordf.to_htmldoes. Or even make it as default.Also,
header_formatoption to format would be nice, e.g.: