2023 / 2024

Progress points for the EFL League Two 2023 / 2024 season.

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

year = 2023
league = "E3"

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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