2021 / 2022

Progress points for the EFL League Two 2021 / 2022 season.

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

year = 2021
league = "E3"

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
../_images/b5b833a09fca34bbaf2cfd51cd016629fbc8a7bed314aa6f8417e7eed5ed7b3f.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/be178e71d9278af842d761e675790c473418aaa12b82963e03bfafd683ee40d3.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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