Skip to content
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

Truncated view for MultiIndex pd.Series broken #7101

Closed
bjonen opened this issue May 11, 2014 · 6 comments · Fixed by #7114
Closed

Truncated view for MultiIndex pd.Series broken #7101

bjonen opened this issue May 11, 2014 · 6 comments · Fixed by #7114
Labels
Bug Output-Formatting __repr__ of pandas objects, to_string
Milestone

Comments

@bjonen
Copy link
Contributor

bjonen commented May 11, 2014

Taking the simple example of MultiIndex Series from the docs http://pandas.pydata.org/pandas-docs/stable/indexing.html#hierarchical-indexing-multiindexc

screenshot from 2014-05-11 23 24 02

Constraining max_rows results in an unexpected output.

screenshot from 2014-05-11 23 24 26

The behavior of pd.DataFrame is as expected in 0.13.1:

screenshot from 2014-05-11 23 27 59

@jreback jreback added this to the 0.14.0 milestone May 12, 2014
@jreback
Copy link
Contributor

jreback commented May 12, 2014

@bjonen hmm....take a stab at this?

@bjonen
Copy link
Contributor Author

bjonen commented May 12, 2014

Sure. However, the deadline for 0.14 is on Friday right? Given #7086 (comment) this might have to wait until the next release...

@jreback
Copy link
Contributor

jreback commented May 12, 2014

well, since this is a regression, going to try to get this (and other PR in). (and that's for a release-candidate) anyhow.

@bjonen
Copy link
Contributor Author

bjonen commented May 12, 2014

Ok I'll take a look.

@jreback
Copy link
Contributor

jreback commented May 13, 2014

i'll do this (if you haven't started already).....want to finalize #7086 (which IS looking good)...
fyi I added the Display Changes section to master, so rebase and you'll see it

@bjonen
Copy link
Contributor Author

bjonen commented May 13, 2014

Excellent thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Output-Formatting __repr__ of pandas objects, to_string
Projects
None yet
2 participants