worksheet.format(f"A1:A{len(global_df.index)}", { "numberFormat": { "type": TEXT, }, }) 359de66 verified lunarflu HF staff commited on Feb 3, 2024
global_df.loc[len(global_df.index)] = row_data (keep eye out for int vs string) 4fe0a98 verified lunarflu HF staff commited on Feb 3, 2024
working version exists; Issue is keeping consistent formatting between dataframe / google sheets d012f02 verified lunarflu HF staff commited on Feb 3, 2024
printing to make sure sci notation isn't issue fa7064d verified lunarflu HF staff commited on Feb 3, 2024
str(member_id) to be compatible with sheets 6fd7cd9 verified lunarflu HF staff commited on Feb 3, 2024
moving data = pd.read_csv("https://docs.google.com/spreadsheets/d/1hQSsIg1Y9WdBF_CdNM1L1rUUREoxKqRTe3_ILo-WK8w/export?format=csv&gid=0") outside 7580f86 verified lunarflu HF staff commited on Feb 3, 2024
reorganize gradio demo / thread running discord bot (RuntimeError: cannot schedule new futures after shutdown) 3b505e3 verified lunarflu HF staff commited on Feb 3, 2024
retry (set_with_dataframe(worksheet, global_df) ) 297c8cc verified lunarflu HF staff commited on Feb 3, 2024