Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #76584

Re: Functions on list items

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Functions on list items
Date 2014-08-19 18:43 +0100
References <33c7dfd2-015a-4b3f-a3c8-7bf4d6b6cb73@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.13156.1408470222.18130.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Functions on list items Kurt <kplunt@gmail.com> - 2014-08-19 10:34 -0700
  Re: Functions on list items Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-19 18:43 +0100
    Re: Functions on list items Kurt <kplunt@gmail.com> - 2014-08-19 10:56 -0700
  Re: Functions on list items Tim Chase <python.list@tim.thechases.com> - 2014-08-19 12:58 -0500

csiph-web