You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/aiguofer/gspread-pandas looks like a perhaps nicer library to use rather than gspread as it might enable me from reinventing the wheel on some things and also seems to have ability to interact with the sheets in a better way.
The text was updated successfully, but these errors were encountered:
I had a quick look and there aren't many benefits. I'll keep this issue open and labelled as follow up to see if there are new developments in the coming month.
What would push me to change is if there was a way to get pandas to understand the data types on load but it doesn't seem like that's the case and the only benefit is to make a df from the sheet directly, which is not all that complicated and I ended up implementing it already.
https://github.com/aiguofer/gspread-pandas looks like a perhaps nicer library to use rather than gspread as it might enable me from reinventing the wheel on some things and also seems to have ability to interact with the sheets in a better way.
The text was updated successfully, but these errors were encountered: