Skip to content

to_clipboard() should ignore display options #5346

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

Closed
ghost opened this issue Oct 27, 2013 · 2 comments
Closed

to_clipboard() should ignore display options #5346

ghost opened this issue Oct 27, 2013 · 2 comments
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Oct 27, 2013

When the frame is too wide or too long, summary/expand_repr kick in
and the contents of the clipboard are unusable.

Could perhaps introduce an option to enforce a limit on row count (10,000? 100,000? )
and/or add a force keyword in to_clipboard() since copying a huge amount into the
clipboard can hang.

now that it uses to_csv by default (#5070 ), it's only relevent with excel=false

@jtratner
Copy link
Contributor

👍

@jreback
Copy link
Contributor

jreback commented Oct 27, 2013

bumping to 0.14, unless someone can get to it before

takluyver added a commit to takluyver/pandas that referenced this issue Nov 24, 2013
Using str() has some unhelpful properties, especially when DataFrames
are large enough that the default repr does not show them in their
entirety. The defaults for to_string() are more helpful for the
clipboard.

Closes pandas-devgh-5346
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants