csv DictReader returns all `None` values randomly

后端 未结 0 995
温柔的废话
温柔的废话 2021-01-20 12:55

I am reading a file from s3 and opening it with csv\'s DictReader. I convert this into a list

list(DictReader(fileobj, fieldnames=HEADER))


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