Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #69396
| Date | 2014-03-30 13:26 -0700 |
|---|---|
| From | Gary Herron <gary.herron@islandtraining.com> |
| Subject | Re: writing reading from a csv or txt file |
| References | <9023eae9-f814-40ac-9b84-043214e6b28f@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.8724.1396211717.18130.python-list@python.org> (permalink) |
On 03/30/2014 12:05 PM, mtcplumb@googlemail.com wrote:
> Hi I have 3 csv files with a list of 5 items in each.
> rainfall in mm, duration time,time of day,wind speed, date.
> I am trying to compare the files. cutting out items in list list. ie:-
> first file (rainfall2012.csv)rainfall, duration,time of day,wind speed,date.
> first file (rainfall2013.csv)rainfall, duration,time of day,wind speed,date.
> I would like to pick out maybe rainfalls and duration's and measure against say years.
> I would like to very the items from the rows.
> could you please advise me where i can find such information. or book, textbook.
>
How is this a Python question?
There is a standard module included with Python for reading CSV files.
Would you like to know how to use that? You can find documentation on
it here:
http://docs.python.org/3/library/csv.html
Gary Herron
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
writing reading from a csv or txt file mtcplumb@googlemail.com - 2014-03-30 12:05 -0700 Re: writing reading from a csv or txt file Jason Friedman <jsf80238@gmail.com> - 2014-03-30 14:19 -0600 RE: writing reading from a csv or txt file "Joseph L. Casale" <jcasale@activenetwerx.com> - 2014-03-30 20:21 +0000 Re: writing reading from a csv or txt file Gary Herron <gary.herron@islandtraining.com> - 2014-03-30 13:26 -0700 Re: writing reading from a csv or txt file Jason Friedman <jsf80238@gmail.com> - 2014-04-01 19:25 -0600
csiph-web