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

Index.__repr__ no longer summarizing sufficiently large arrays #2319

Closed
wesm opened this issue Nov 21, 2012 · 7 comments
Closed

Index.__repr__ no longer summarizing sufficiently large arrays #2319

wesm opened this issue Nov 21, 2012 · 7 comments
Labels
Bug Output-Formatting __repr__ of pandas objects, to_string
Milestone

Comments

@wesm
Copy link
Member

wesm commented Nov 21, 2012

e.g.

Index(np.arange(100000))

This might have happened in the pprint_thing refactoring, will have to take a look

@michaelaye
Copy link
Contributor

oh, you don't intend to fix this for 0.9.2? But don't you think pandas is unusable with this bug? I mean, people regularly just do a quick df.index to see what the currently active index is, and if they have like me, 5 million rows, they are in big trouble (or shall I say 'numerous' trouble? ;)

@wesm
Copy link
Member Author

wesm commented Nov 21, 2012

There won't be a 0.9.2-- decided next release will be 0.10.

@michaelaye
Copy link
Contributor

oh, ic. it said so on your webpage, that's why i asked. Thx!

@ghost
Copy link

ghost commented Nov 21, 2012

i broke this, will open PR in a few minutes.

@michaelaye
Copy link
Contributor

Just to let you know: this bug is active even on 0.9.1, nasty....

@wesm
Copy link
Member Author

wesm commented Nov 26, 2012

It's fixed in git master...we're working to get the next release out. Could do an earlier 0.9.2 if necessary

@michaelaye
Copy link
Contributor

not for me. I merged together my own 0.9.1.1 already 3 days ago after you put it to master. ;)

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
Development

Successfully merging a pull request may close this issue.

2 participants