2026 / 2027

Progress points for the EFL League One 2026 / 2027 season.

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

year = 2026
league = "E2"

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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