Showing posts with label DictReader. Show all posts
Showing posts with label DictReader. Show all posts

2022-02-09

Python csv.DictReader

I use Python csv a lot, especially csv.DictReader. This article on Python csv.DictReader at Python Pool was useful, particularly for showing how to subclass csv.DictReader to get case-insensitive column names.