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/cf622660bcc11a064d5406b8c74fb66f2b558128b1c1f79cd710538c0ae83947.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/1c2c047856abfd37ec6ea63f344263ad4b1b6d4977be79e445dd8309f6d3a981.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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