Cursor wrote a CSV-reading loop but used the wrong reader class. Fill in the class name on line 7 that yields dicts keyed by column name instead of lists keyed by index.
Class: csv.
Cursor wrote a CSV-reading loop but used the wrong reader class. Fill in the class name on line 7 that yields dicts keyed by column name instead of lists keyed by index.
Class: csv.