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

Incorrect copy/paste of a DataFrame into Excel #41

Open
vsoler opened this issue Oct 17, 2024 · 1 comment
Open

Incorrect copy/paste of a DataFrame into Excel #41

vsoler opened this issue Oct 17, 2024 · 1 comment

Comments

@vsoler
Copy link

vsoler commented Oct 17, 2024

image

image

As you can see, cliptable() does not recognize the decimal point.

I am using a Windows 10 system with International settings for Spain, where the "decimal point" is really a "comma separator". That is, the number 1.5 (one and a half) is written as 1,5

When I work with CSV files, that is not an issue.

Can this problem be fixed? Thank you

@pdeffebach
Copy link
Owner

You should be able to pass the decimal option in CSV.read or CSV.write when you call cliptable. See here for more details. Can you try this?

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