2024 / 2025

Progress points for the EFL Championship 2024 / 2025 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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