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/a5ff2a4af2eb2a3b6046f1418905bad2e967911f2ef83a2a358243a0a993aa4b.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/953cdfeb26d3bfd734ccb2695c4b63d4e9b8639ecabd8d91fdf297d8b06db075.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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