2025 / 2026

Progress points for the Bundesliga 2025 / 2026 season.

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

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
../_images/9890d3aa76fccc7ef16d740924b3e778537629b0fe0279f437fb563b4b7a8440.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/6debc5e1bdf17ebf20859a21e1d397007d1be1aa7442fab8695efa826217668e.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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