2025 / 2026

Progress points for the Scottish Premiership 2025 / 2026 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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