2025 / 2026

Progress points for the EFL Championship 2025 / 2026 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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