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

Look into using gspread-pandas instead of straight gspread #219

Open
bastienboutonnet opened this issue Oct 11, 2020 · 1 comment
Open

Comments

@bastienboutonnet
Copy link
Owner

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.

@bastienboutonnet
Copy link
Owner Author

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.

@bastienboutonnet bastienboutonnet removed the help wanted 👋🏻 Extra attention is needed label Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant