Some Examples for TDM 10200 Project 8

reading in a parquet file

converting the observation time

extracting the year, month, and day

getting the average temperatures for a given station_id

plotting the average temperatures for a given station_id

plotting maximum temperatures

changing from a line plot to a bar plot

fixing the bar plot

getting into the habit of testing a function before you build it and comparing the results after you build it

plotting the wind speeds for a given station_id and a given year

encouragement to explore a visualization of your own and wrap it into a function