Easier way to do this?
Neil Cerutti
neilc at norwich.edu
Thu Oct 5 10:28:30 EDT 2017
More information about the Python-list mailing list
Thu Oct 5 10:28:30 EDT 2017
- Previous message (by thread): Easier way to do this?
- Next message (by thread): Easier way to do this?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Easier way to do this?
- Next message (by thread): Easier way to do this?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list