-
Notifications
You must be signed in to change notification settings - Fork 34
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
Can't upload df with non-string column object types #33
Comments
Hello, this code |
Hi When I try to do find and replace with ' it can't find it in the values? |
@monipip3 did you find any solution to this? I'm having the same problem with dates, and it's breaking the whole script. |
Set up dataframe like so:
Check object dtypes:
Uploading the date_object, timestamp, and int64 columns all yield the below error. Probably should convert everything to string before upload I guess, but maybe there is a better solution.
Uploading the string (
d2g.upload(df[['string']],sh,"temp")
) works fine.The text was updated successfully, but these errors were encountered: