2023 / 2024

Progress points for the Ligue 1 2023 / 2024 season.

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

year = 2023
league = "FR1"

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
../_images/02ecd250e1959f51b8f96f28a9fb6f810897acac56560a76cfe80f82445eafce.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/9954c07a5386099f2361749c71969adfa5250eacd24e62b8b32c92afc6530e61.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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