2017 / 2018

Progress points for the EFL League Two 2017 / 2018 season.

%config InlineBackend.figure_formats = ['svg']
from proggyleg import proggyleg

year = 2017
league = "E3"

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
../_images/e6631c3ef89109ece12f936a13c2159dfc9f733e70de90944674a00a7567610b.svg

Extrapolated Points

Final points assuming each team continues to score points at the same rate as they have so far.

proggyleg.autoplot(year, league, which="extrapolated");
../_images/d9f83d890cb194fcda425c09a13c5f9d0eac1064cb2fc761aa6e12cbdc02654f.svg

Position

proggyleg.autoplot(year, league, which="position");
../_images/cd5de7b43c724484d9c084c9f2059aa419429aeffe78a3ddc21d2139d91ec424.svg

Rolling Form

Exponential weighted moving average of points won per game.

proggyleg.autoplot(year, league, which="form");
../_images/02490305d96bf7bc1949b454322f5cd0ac25438d12ddaab9d0a867b2b588a75e.svg