Python read CSV

后端 未结 0 1566
后悔当初
后悔当初 2021-02-08 05:07

Trying to read CSV file, but it seem it not regular file.

with open(\'/root/myOutput-03.csv\', \'r\') as csv_file:
    csv_reader = csv.DictReader(csv_file, delim         


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