I am trying do put dat from a dataframe into a spreadsheet using the following code.
sheet.update([df_full.columns.values.tolist()] + df_full.values.tolist())