Re: [Tutor] Filling in Missing Data from Txt Files - Resubmitted

2011-01-11 Thread ALAN GAULD
> -Original Message- > From: tutor-bounces+randall.benson=iberdrolaren@python.org > [mailto:tutor-bounces+randall.benson=iberdrolaren@python.org] On > Behalf Of Alan Gauld > Sent: Tuesday, January 11, 2011 10:00 AM > To: tutor@python.org > Subject: Re: [Tutor]

Re: [Tutor] Filling in Missing Data from Txt Files - Resubmitted

2011-01-11 Thread Alan Gauld
"Benson, Randall" wrote hour as shown below. In the sample below there is no data for hours 1000, 1100, 1200 and 1300. For these missing data rows I need to insert the correct date, time and - for the other missing data columns (columns 2-6). 080618 0950 5.10 7.40 224.0 -3.54 -3

[Tutor] Filling in Missing Data from Txt Files - Resubmitted

2011-01-11 Thread Benson, Randall
Thank you kindly in advance for help on this topic: I am almost finished with writing a program that averages 10-minute column data and outputs the 10-minute data into hourly averages in a separate txt file - the program executes and outputs to the output file perfectly for use by another progr