Project 3 of Python Deep Dive Course.
The aim is to make an iterator which is as much lazy as possible. The iterator returns a namedtuple on every iteration over it which is evaluated lazily.
A file named nys_parking_tickets_extract.csv
is used in this project