2023 / 2024

Progress points for the Bundesliga 2023 / 2024 season.

%config InlineBackend.figure_formats = ['svg']
from proggyleg import proggyleg

year = 2023
league = "D1"

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
../_images/c4e23c7e4238a5cc687fdaf51cbe092cf358e7aa4010515e6cd9ef6b7a6a5a78.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/95762f94b1ebe9a90b79c8c4b1eb77214311ac677e8ac8052e209a3a102283e4.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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