Skip to main content
HomeCode-alongsData Analysis

Analyzing a Time Series of the Thames River in Python

Analyze in Python a time series that tracks the tide levels of the Thames River
Feb 2023
Code along with us onCode Along

Time series data is everywhere, from watching your stock portfolio to monitoring climate change, and even live-tracking as local cases of a virus become a global pandemic.

In this live code-along, you’ll work with a time series that tracks the tide levels of the Thames River. You’ll first inspect the data visually, and then perform calculations on the dataset to generate some summary statistics. Next, you’ll decompose the time series into its component attributes. You’ll end with a taster of time series forecasting.

Key learnings

  • Inspect a time series visually to obtain a high level understanding of the dataset

  • Decompose a time series into its constituent attributes

  • Begin a time series forecast to predict future tide levels of the River Thames

Materials

Topics
Related

tutorial

Time Series Analysis Tutorial with Python

Get Google Trends data of keywords such as 'diet' and 'gym' and see how they vary over time while learning about trends and seasonality in time series data.
Hugo Bowne-Anderson's photo

Hugo Bowne-Anderson

18 min

tutorial

Time Series Forecasting Tutorial

A detailed guide to time series forecasting. Learn to use python and supporting frameworks. Learn about the statistical modelling involved.
Moez Ali's photo

Moez Ali

19 min

tutorial

Matplotlib time series line plot

This tutorial explores how to create and customize time series line plots in matplotlib.
Elena Kosourova's photo

Elena Kosourova

8 min

tutorial

Moving Averages in pandas

Learn how you can capture trends and make sense out of time series data with the help of a moving or rolling average.
Aditya Sharma's photo

Aditya Sharma

8 min

code-along

Time Series Analysis in Python

Dig into financial time series in Python.
Justin Saddlemyer's photo

Justin Saddlemyer

code-along

Analyzing Olympics Data with SQL and Python

Learn how to load data from different sources and perform exploratory analyses.
Justin Saddlemyer's photo

Justin Saddlemyer

See MoreSee More