2025 / 2026

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

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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