Python: .loc sometimes placing values in the wrong column

前端 未结 0 646
长情又很酷
长情又很酷 2020-11-30 05:40

I\'ve got a large CSV file that I read in with pandas and then create a new (empty) column:

voters = pd.read_csv(\'voters.csv\')
voters[\'donor\'] = \'\' 


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