The Weather Report

Question

Suppose you have the following dataset, which contains information about a year's worth of weather. Using Python (Pandas), create some quick plots to show the following:

  • The median temperature by month
  • The median wind speed by month
  • The snowiest months (Hint: this one will require manipulating and classifying the existing data.)

Solution

Access restricted

Subscribe to premium account to see the solution.

Get premium now