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