2023 / 2024

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

%config InlineBackend.figure_formats = ['svg']
from proggyleg import proggyleg
year = 2023
league = "E2"

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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