Easier way to do this?

Neil Cerutti neilc at norwich.edu
Thu Oct 5 10:28:30 EDT 2017


On 2017-10-04, 20/20 Lab <lab at 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




More information about the Python-list mailing list