Skip to content

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

Closed
ghost opened this issue Apr 25, 2013 · 5 comments
Closed
Labels
Output-Formatting __repr__ of pandas objects, to_string

Comments

@ghost
Copy link

ghost commented Apr 25, 2013

use max_seq_len, after setting default to close #3391.
also duplicate behaviour of "..." in other situations, rather then
always printing 6 items

@jreback
Copy link
Contributor

jreback commented Sep 27, 2013

@jtratner is this still relevant? moving to 0.14 (or close if its not)

@jtratner
Copy link
Contributor

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.

@ghost
Copy link
Author

ghost commented Dec 19, 2013

The issue here was that due to history, the display code referenced np options rather then pandas options
(it was written before I put in the config system). Now, we have our own config system and the code
should reference it. I'm not sure if it's still relevent eiether, should have put in a code link.
Can always grep.

max_seq_len is the option to reference.

@jreback
Copy link
Contributor

jreback commented Mar 14, 2014

@cpcloud do you know what this issue is? keep open

@jreback jreback modified the milestones: 0.15.0, 0.14.0 Mar 28, 2014
@jreback jreback modified the milestones: 0.16.0, 0.17.0 Jan 26, 2015
@jreback
Copy link
Contributor

jreback commented Apr 19, 2016

we do this already

@jreback jreback closed this as completed Apr 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Output-Formatting __repr__ of pandas objects, to_string
Projects
None yet
Development

No branches or pull requests

2 participants