I'm looking to remove the “month” column from this csv file using python and i get an error saying “keyerror: month”

后端 未结 0 1942
借酒劲吻你
借酒劲吻你 2020-11-27 20:54

import csv

filename = "onedirectionsearch.csv" with open(filename, \'r\') as csvfile: csvreader = csv.DictReader(csvfile) #creating a reader using DictReade

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