2025 / 2026

Progress points for the Premier League 2025 / 2026 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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