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

from_clipboard doesn't work by default when copying string cells from excel #6223

Closed
ghost opened this issue Feb 2, 2014 · 0 comments
Closed
Labels
IO Excel read_excel, to_excel
Milestone

Comments

@ghost
Copy link

ghost commented Feb 2, 2014

need to do pd.read_clipboard(sep='\t') and then things work fine.
Since it's for interactive use, it should be ok to change the default
without breaking existing code.

we did the same to to_clipboard() in #5070, I missed the fact that
read_clipboard only works out of the box for pure numerical data right now.

Why don't users report this stuff I don't know.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO Excel read_excel, to_excel
Projects
None yet
Development

No branches or pull requests

0 participants