Functions on list items

Kurt kplunt at gmail.com
Tue Aug 19 13:34:59 EDT 2014


I am trying to process the following calendar and data attributes in a file:
Da Mo Yr AttrA AttrB AttrC...
I need to average AttrA for each of 365 Da days across Yr years. Then do the same for 27K files. Repeat for AttrB, AttrC etc.
Can I do the averaging with lists or do I need some Python Db module (if it exists)? 

Kurt



More information about the Python-list mailing list