Functions on list items

Mark Lawrence breamoreboy at yahoo.co.uk
Tue Aug 19 13:43:26 EDT 2014


On 19/08/2014 18:34, Kurt wrote:
> 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
>

Maybe http://pandas.pydata.org/ ???

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list