Exploring Canadian temperature station data

Exploring homogenized Canadian monthly mean temperatures

This post serves the dual purpose of being a follow-on tutorial on using pandas to look at weather data, and also as an exploratory post on how appropriate the homogenized data might be for some of my projects.

The background is that I've ...

more ...

Weather with pandas

Weather with Pandas

Introduction

This is a basic introduction to pandas using some Environment Canada weather station data. We will look at one year's worth of daily data from Victoria, BC and we'll cover three basic topics:

  1. Loading and looking at data
  2. Basic filtering of data
  3. Basic plotting ...

more ...