2026 / 2027

Progress points for the Scottish Premiership 2026 / 2027 season.

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

year = 2026
league = "SC0"

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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