Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Nov 21, 2012

In [2]: pd.Index(np.arange(10000))
Out[2]: Int64Index([0, 1, 2, ..., 9997, 9998, 9999], dtype=int64)

broken by 95678eb.
configurable via np.set_printoptions (threshold), like the original version which used np.ndarray.repr.

closes #2319

@ghost
Copy link
Author

ghost commented Nov 21, 2012

I get a couple of failed tests for cparser which are unrelated.

@wesm
Copy link
Member

wesm commented Nov 21, 2012

Oh really? Pls report if you are able

@ghost
Copy link
Author

ghost commented Nov 21, 2012

False alarm, it went away with a clean/develop.

@wesm wesm closed this Nov 23, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Index.__repr__ no longer summarizing sufficiently large arrays

1 participant