On 2017-10-04, 20/20 Lab <l...@2020fresno.com> wrote: > It's not quite a 'learning exercise', but I learn on my own if > I treat it as such. This is just to cut down a few hours of > time for me every week filtering the file by hand for the > office manager.
That looks like a 30-second job using a pivot table in Excel. Office manager, learn thy Excel! On the other hand, I think Python's csv module is a killer app, so I do recommend taking the opportunity to learn csv.DictReader and csv.DictWriter for your own enjoyment. -- Neil Cerutti -- https://mail.python.org/mailman/listinfo/python-list