Closed sobisonator closed 2 years ago
get_all_records() is not backwards compatible, as a result the latest version of gspread cannot load the setup spreadsheet.
https://github.com/burnash/gspread/issues/1007
Recommend that the program use gspread_dataframe and update the data that way. Headers should be handled nicely with the dataframe.
Resolved in https://github.com/sobisonator/imp19c/commit/146a98edbf97450163636740e6c47fe9ea02fb33
get_all_records() is not backwards compatible, as a result the latest version of gspread cannot load the setup spreadsheet.
https://github.com/burnash/gspread/issues/1007
Recommend that the program use gspread_dataframe and update the data that way. Headers should be handled nicely with the dataframe.