>
> Maybe http://pandas.pydata.org/ ???
>
>
Thanks. This reply is like that butterfly wing flap causing hurricanes a world
away; big steerage away from proprietary stuff used in my org. Detox will take
some time though.
K
--
https://mail.python.org/mailman/listinfo/python-list
On 2014-08-19 10: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
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 li
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 mod