-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
to_clipboard(excel=False) truncates strings to 50 characters #8305
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
Comments
can u show pd.show_versions() |
|
So I think this needs to have some options set inside so maybe also need to set This is a work-around, but will call this a bug too.
1 123456789012345678901234567890123456789012345678901234567890
|
@klonuo if you'd like to do a pull-request would be great. tests are in should prob get a few test cases that fail on round-tripping (e.g. to_clipboard/from_clipboard) and test/fix for them |
@jreback clipboard tests report fine, so I run whole test suite on current github version with there results:
with these traces: https://gist.github.com/cb45d6f160dc17b7d458
|
@klonuo not what I mean I am showing you where to put NEW test for a pull request to fix this issue |
Ah, OK. So you want me to make a test functions for above reported issues and then try to fix the issues? |
@klonuo best way to learn! just look at those tests, construct one which has this test case and fails, then make a fix. Here are some resources! always welcome new contributions. lmk |
closed by #8328 |
I hope this is not intended as I can't find the point in this behavior:
result copied to clipboard:
Another issue - trying to omit index:
result copied to clipboard, just the same as previous (with index):
This doesn't happen if I leave
excel
parameter to default value.The text was updated successfully, but these errors were encountered: