2022 / 2023

Progress points for the Ligue 1 2022 / 2023 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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