2024 / 2025

Progress points for the Ligue 1 2024 / 2025 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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