2026 / 2027

Progress points for the Premier League 2026 / 2027 season.

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

year = 2026
league = "E0"

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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