AttributeError: '_csv.reader' object has no attribute 'next'

来源:互联网 发布:win10运行win7软件 编辑:程序博客网 时间:2024/06/05 07:39
allElectronsData=open(R"d:\t.csv","rt")
readers = csv.reader(allElectronsData)
headers =next(readers)
阅读全文
0 0