worksheet.format(f"A1:A{len(global_df.index)}", { "numberFormat": { "type": TEXT, }, }) 359de66 verified Adam Molnar commited on Feb 3, 2024
global_df.loc[len(global_df.index)] = row_data (keep eye out for int vs string) 4fe0a98 verified Adam Molnar commited on Feb 3, 2024
working version exists; Issue is keeping consistent formatting between dataframe / google sheets d012f02 verified Adam Molnar 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 Adam Molnar commited on Feb 3, 2024
reorganize gradio demo / thread running discord bot (RuntimeError: cannot schedule new futures after shutdown) 3b505e3 verified Adam Molnar commited on Feb 3, 2024
retry (set_with_dataframe(worksheet, global_df) ) 297c8cc verified Adam Molnar commited on Feb 3, 2024
df = get_as_dataframe(worksheet, dtype={‘a’: np.int64} 988f666 verified Adam Molnar commited on Feb 3, 2024
revert for now; some bug with writing to google sheets (maybe try individual rows) ded8289 verified Adam Molnar commited on Jan 31, 2024