Skip to content

repr for wider DataFrames #2436

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
merged 3 commits into from
Dec 7, 2012
Merged

repr for wider DataFrames #2436

merged 3 commits into from
Dec 7, 2012

Conversation

changhiskhan
Copy link
Contributor

by default no effect,

set_option('print.expand_frame_repr', True) to have it print out wider DataFrames instead of just info repr.

by default uses 80 characters as the width of the line and can be set like set_option('print.line_width', 120)

also adds set_option('test.interactive', False) option for testing purposes

@changhiskhan
Copy link
Contributor Author

Travis failures unrelated.
Probably should set expand_frame_repr to True actually.
@wesm any additional thought?

@wesm
Copy link
Member

wesm commented Dec 6, 2012

This looks great-- I'll have a look and post comments

wesm added a commit that referenced this pull request Dec 7, 2012
@wesm wesm merged commit 2cefd24 into pandas-dev:master Dec 7, 2012
wesm added a commit that referenced this pull request Dec 7, 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.

2 participants