Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
df.describe() clobbers columns.names #11517
Comments
|
yeh, needs to be set after the describe operation. Pull-requests welcome! |
jreback
added Bug Indexing
labels
Nov 4, 2015
jreback
added this to the
Next Major Release
milestone
Nov 4, 2015
jreback
added Difficulty Novice Effort Low
labels
Nov 4, 2015
varun-kr
referenced
this issue
Nov 7, 2015
Merged
BUG: GH11517 add multiindex column names after describe() #11546
jreback
modified the milestone: 0.17.1, Next Major Release
Nov 8, 2015
|
closed by #11546 |
jreback
closed this
Nov 10, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dragoljub commentedNov 4, 2015
I recently migrated some of my code to Pandas 0.17.0. I found that the df.describe() method is clobbering index names when used after a transpose. Here I'm just using transpose as an easy way to create multi-index column names.
Pandas 0.17.0
Numpy 1.9.2