Preliminary

  • Due Date: Wednesday, May 24 by 12:45
  • This is a partner assignment.

Data Analysis and Visualization - 100 points

Write a Python program that uses the pandas package to visualize the weather data contained in the file weather.csv. When the program is run, it should produce this output in the Python shell and this graph.

Requirements and Grading

  • 10 points - The output in the Python shell related to the hottest average temperature is correct and matches the sample output.
  • 10 points - The output in the Python shell related to the coldest average temperature is correct and matches the sample output.
  • 10 points - The output in the Python shell related to the number of days with rain is correct and matches the sample output.
  • 10 points - The following characteristics of the graph match the sample graph: the title, the label on the x axis, the label on the y axis, and the box that shows that the Max Temp is red and the Min Temp is blue.
  • 10 points - Dates such as 6/1/21 appear on the x axis.
  • 10 points - The maximum temperatures are graphed correctly.
  • 10 points - The minimum temperatures are graphed correctly.
  • 10 points - All information appears on a single graph.
  • 10 points - The graph is 6 inches tall and 12 inches wide.
  • 10 points - The Python code is of high quality, properly commented, easy to understand and doesn’t contain significant redundancies.

Submission

Place the solution in a file named weather_[firstname].py and submit it in the Portal no later than 12:45 PM on Thursday, May 23.