2022 / 2023

Progress points for the Bundesliga 2022 / 2023 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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