USGS White River at Newport data
I import the data into a csv file. A portion of the file is shown below.
To compute the average of the daily values, I use the code shown below. To create this code, I modified an example given in a lesson from Coursera.
Link to Coursera
The code is shown below and was run using Anaconda available from the following site:
Where I downloaded Anaconda from
The result of running this code is as follows:
Note that this is the average for the entire year and not just for the values shown above.
Comments
Post a Comment