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

Make new dtype_coercion='stringify' option #257

Closed
deanm0000 opened this issue Jul 19, 2024 · 1 comment · Fixed by #299
Closed

Make new dtype_coercion='stringify' option #257

deanm0000 opened this issue Jul 19, 2024 · 1 comment · Fixed by #299
Milestone

Comments

@deanm0000
Copy link
Contributor

This is just an alternative approach to dealing with the issue outlined here

The idea being that any type can be casted to a string this would allow a file to be opened without raising on the first try without too much hackiness.

I'm not really sure which is "better" or more desirable.

@PrettyWood
Copy link
Member

With v0.12 you can now do load a sheet with dtypes = "string" directly to set it for all columns

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

Successfully merging a pull request may close this issue.

2 participants