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/e40ff0342cc56943bf6065b291447ce127c579344ab7aee9937ee0c21c979a7b.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/613aaa1bf378376bf190ea7b9a94480cb472794a9fd49638a21d29209e994597.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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