-
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
D2G uploading dataframe with ' attached to it in values #53
Comments
Hi, same problem, any news please ? |
if they could add the parameter of value_input_option to the upload function like this wks.update_cells(cell_list, value_input_option='USER_ENTERED') it would be great! See: https://stackoverflow.com/questions/63273092/problem-with-data-format-while-importing-pandas-df-from-python-into-google-sheet |
Now that the fix has been merged into the repo, is this going to get released? The latest version on PyPi is still 1.0.4, which doesn't have this fix in it. (And this is a pretty important fix.) |
I think this problem hasn't been solved. |
I'd suggest abandoning
Or use gspread-dataframe instead. |
Solution: on line 147 of df2gspread.py, |
When uploading dataframe into a google sheets each value appends a '
And when I search for this object ' to replace in Google sheets, Google sheet cant find / recognize it.
The text was updated successfully, but these errors were encountered: