2024 / 2025

Progress points for the Bundesliga 2024 / 2025 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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