-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Index repr uses np.printoptions for "...", consolidate with display.options #3456
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
@jtratner is this still relevant? moving to 0.14 (or close if its not) |
heh, I think I may have done this the wrong way in that MultiIndex repr PR (I just used max_rows and then if it was greater divided by two.) Not sure. I'm actually unclear on what this issue is. |
The issue here was that due to history, the display code referenced np options rather then pandas options
|
@cpcloud do you know what this issue is? keep open |
we do this already |
use max_seq_len, after setting default to close #3391.
also duplicate behaviour of "..." in other situations, rather then
always printing 6 items
The text was updated successfully, but these errors were encountered: