zlavere / GroupAWeatherAnalysis

0 stars 0 forks source link

Read, store, and analyze new data: Precipitation #30

Closed zlavere closed 5 years ago

zlavere commented 5 years ago

Modify the functionality so that the reading and writing of data will handle one new column of data that represents the amount of precipitation in inches for that day.

New data format

Data with each record on its own line.

Example of the first few lines of data in a file: 1/1/2016,52,32,0 1/2/2016,48,28,0 2/3/2016,61,43,0.64 7/11/2017,89,72,2.06