What does “ AttributeError: 'Worksheet' object has no attribute 'update'” mean?

后端 未结 0 1646
情书的邮戳
情书的邮戳 2021-02-20 03:17

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())


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题