-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: to_string truncation row with index=False #41223
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
mikeronayne
commented
Apr 29, 2021
•
edited
Loading
edited
- closes BUG: to_string with index=False incorrectly shifts truncation (ellipsis) column #40904
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
- Already have one for the same bug, not sure if I need one for this.
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.
can you add a whatsnew note (nearbby the other note that is similar)
lgtm. if @pandas-dev/pandas-core or @pandas-dev/pandas-triage can have a look to double check. |
I checked how |
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.
Looks good to me.
I checked the outputs for more complicated dataframes, with wider columns and the results looked nice.
thanks @mikeronayne |