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/04b629b5163bb19b1c7a7f89fb1b1943d43aad63dfb0cc3abe607bedb6a23e9f.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/ad621a937a2fc3d54c349f9b873242d2fd0ac602d54880d931576a81f8ce6335.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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