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/684d7ad1b93b7018b0ecd9ad1161613bae4d0c192ea771263d05effa268691ea.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/42456b10a1c2c3b5d88de1b28b0a3248f4b83a00dd6831f80848cfcac9861163.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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