KeyError: [columns] not in index

前端 未结 0 985
天命终不由人
天命终不由人 2021-01-30 04:45

I have the following code

df = pd.DataFrame()
cols = [\'Column1\', \'Column2\', \'Column3\', \'Column4\']
df = df[cols]

And I\'m getting the foll

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