Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #76581
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2014-08-19 10:34 -0700 |
| Message-ID | <33c7dfd2-015a-4b3f-a3c8-7bf4d6b6cb73@googlegroups.com> (permalink) |
| Subject | Functions on list items |
| From | Kurt <kplunt@gmail.com> |
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
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll 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