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

indicate __repr__ truncation by ... #1854

Closed
lodagro opened this issue Sep 7, 2012 · 0 comments
Closed

indicate __repr__ truncation by ... #1854

lodagro opened this issue Sep 7, 2012 · 0 comments
Labels
Enhancement Output-Formatting __repr__ of pandas objects, to_string
Milestone

Comments

@lodagro
Copy link
Contributor

lodagro commented Sep 7, 2012

When a column is wider than 50 chars (controllable by pandas.setprintoptions(max_colwidth=...)) it is truncated in the __repr__, indicate this by adding ... at the end of the truncated strings.

see also #1852

lodagro added a commit to lodagro/pandas that referenced this issue Sep 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Output-Formatting __repr__ of pandas objects, to_string
Projects
None yet
Development

No branches or pull requests

1 participant