I'm trying to send pandas DataFrame to Google Sheets with pygsheets. All values have defined data type. For example when I convert dataframe to_excel, excel reads floats as floats. But when i "send" dataframe with set_dataframe to Google Sheets they are transform to string and even dates. How to avoid that?
Asked
Active
Viewed 202 times
1
-
1any example values you have tried. or code to re produce ? – Nithin May 24 '19 at 15:11