2024 / 2025

Progress points for the Scottish Premiership 2024 / 2025 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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