Skip to content

Fix pprint of index, summarizes according to display.max_seq_items #3466

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

Merged
3 commits merged into from Apr 26, 2013
Merged

Fix pprint of index, summarizes according to display.max_seq_items #3466

3 commits merged into from Apr 26, 2013

Conversation

ghost
Copy link

@ghost ghost commented Apr 26, 2013

#3465

makes #3391 a very good idea.

@ghost
Copy link
Author

ghost commented Apr 26, 2013

In [2]: pd.options.display.max_seq_items = 6

In [3]: pd.Int64Index(range(1000))
Out[3]: Int64Index([0, 1, 2, 3, 4, 5, ...], dtype=int64)

ghost pushed a commit that referenced this pull request Apr 26, 2013
Fix pprint of index, summarizes according to display.max_seq_items
@ghost ghost merged commit 5afb0eb into pandas-dev:master Apr 26, 2013
@ghost ghost mentioned this pull request Apr 26, 2013
This pull request was closed.
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.

0 participants