2026 / 2027

Progress points for the EFL Championship 2026 / 2027 season.

%config InlineBackend.figure_formats = ['svg']
from proggyleg import proggyleg

year = 2026
league = "E1"

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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