-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Incorrect truncating of Series according to max_rows #7508
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
And something else, I noticed the explanation of
It still says it will decide on showing a info view or not, while now this is controlled by |
The part about auto detection is also out of date (see #7180 (comment)) |
does #7180 fix this? |
No. Series truncation is currently done in
That includes both 1) fixed truncation according to |
ok, If you would like to do this gr8!. for 0.15.0 would be great as well (need it in in next 2 weeks) |
Sure, just want to make sure #7691 is taken care of before moving on. |
@jorisvandenbossche let's put these on tap for 0.15.1. (and #8532) |
Additional issue I just noticed. Putting the
|
This is what is done right now:
|
What is the logic behind that? |
@jorisvandenbossche I think that is original code from who knows when. I think we should do what @bjonen did for frames, makes a lot of sense (and possibly, though maybe difficult, to share the code a bit) |
Series is not correctly truncated according to the max_rows (number of rows is halved).
The text was updated successfully, but these errors were encountered: