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

Bug in Table.copy for colums with length > 50 #58

Closed
816-8055 opened this issue Mar 13, 2017 · 1 comment
Closed

Bug in Table.copy for colums with length > 50 #58

816-8055 opened this issue Mar 13, 2017 · 1 comment

Comments

@816-8055
Copy link
Contributor

In fix for #49 is a bug which causes that strings longer than pandas.options.display.max_colwidth (defaults to 50) are truncated when copying the value of a single cell to clipboard.

Example data:

pandas.DataFrame(['a very long string inside a pandas.DataFrame instance'])

'a very long string inside a pandas.DataFrame i...' is copied to the clipboard.

816-8055 added a commit to 816-8055/pandastable that referenced this issue Mar 13, 2017
replacing to_string with to_csv prevents string truncation
@dmnfarrell
Copy link
Owner

Is your fix ok and can I merge it.

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

No branches or pull requests

2 participants