Python 3.2 skip a line in csv.DictReader

前端 未结 3 1376
说谎
说谎 2020-12-20 11:26

How do I skip a line of records in a CSV when using a DictReader?

Code:

import csv
reader = csv.DictReader(open(\'test2.csv\'))
# Skip first line
rea         


        
3条回答
提交回复
热议问题