pygsheets
pygsheets copied to clipboard
Request frequency
When I get the table data, I sometimes return the data in a few seconds, but sometimes it takes more than ten minutes.
which specific function are you using? can you please provide a reproducible example?
It is simply to read data from the table. Sometimes it reads quickly, and sometimes it takes a long time. Is there any reason why I am in China related to the network or the amount of data?
This library internally calls the google sheets api, So this could be an issue from the api side. You could try running their native api code and check if you are facing the same issue there. If so, this could be something google has to fix, and very well could be related to your geographical location. Else it could be something to do with pygsheets.