Program that reads in the file climate_data_2017_numeric.csv Solved

25.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You'll get a download link with a: . zip solution files instantly, after Payment

Description

5/5 - (5 votes)
Write a program that reads in the file climate_data_2017_numeric.csv and prompts the user to enter the name of a field (other than Date), and then outputs the highest and lowest values recorded in that field for the month of August.The file climate_data_2017_numeric.csv contains the following fields:Date
Minimum temperature (C)
Maximum temperature (C)
Rainfall (mm)
Speed of maximum wind gust (km/h)
9am Temperature (C)
9am relative humidity (%)
3pm Temperature (C)
3pm relative humidity (%)
Your program should work like this:Maximum temperature (C)
Available field names:
Minimum temperature (C)
Maximum temperature (C)
Rainfall (mm)
Speed of maximum wind gust (km/h)
9am Temperature (C)
9am relative humidity (%)
3pm Temperature (C)
3pm relative humidity (%)

Please enter a field name: Minimum temperature (C)
Statistics for field ‘Minimum temperature (C)’:
Min: 1.0 Max: 14.6

  • ClimateData.zip