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