2025 / 2026

Progress points for the Ligue 1 2025 / 2026 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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