-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
repr for PeriodIndex does not handle <=2 elements well (GH5372) #5376
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
Conversation
pls try to name the issues and commits to something related to the issue (and just reference the issue, e.g. GH5372) |
@jreback sorry, changed name to more appropriate |
gr8 |
can you add a release notes entry refing this issue? (doc/source/release.rst) |
pls also rebase and squash: https://github.com/pydata/pandas/wiki/Using-Git |
@@ -633,6 +633,8 @@ Bug Fixes | |||
- Fixed issue with ``drop`` and a non-unique index on Series (:issue:`5248`) | |||
- Fixed seg fault in C parser caused by passing more names than columns in | |||
the file. (:issue:`5156`) | |||
- Fixed bug for ``PeriodIndex`` string representation if there're then 1 or 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"there're then" ? => "there are"
@jreback hope I did it right |
the release notes look fine, but you need to squash...
then then
|
@jreback another try, sorry, used github only occasionally before |
repr for PeriodIndex does not handle <=2 elements well (GH5372)
@RomanPekar thanks! |
closes #5372