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/d5c96718a996dfe4917f8cf03efd8e418de7382763c9c2b7731fbd674c8ecbdf.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/ee98b717b37cbd761fbe2e7c82faa25744c63ba923d45dc25e0c265256a98917.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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