-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Series to_string does not show index name #5734
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
Comments
I believe it was designed this way and is not a bug |
Any reason to not at least have a parameter for |
what is the use case? |
Aside: the parameter names floating around there could be much more informative. I couldn't figure out if there was a names/name typo here or not.
|
The biggest use case is in the case of a multiindex where having the labels on the various indexes is very helpful. |
their is an open issue about repr for mi why don't u add this their as that's a more appropriate context |
@dsm054 - that could actually be refractored to just refer to |
@jreback Which open issue are you referring to? |
related to #5120 |
@jreback That issue is closed and I don't think the fix addressed this specific issue. |
this belongs as an enhancement in a displaying a multi index not as a standalone |
This is already possible in master (IIRC recently fixed though)
|
The standard
repr
for aSeries
shows the index name:but
to_string
does not:The text was updated successfully, but these errors were encountered: