2021 / 2022

Progress points for the Ligue 1 2021 / 2022 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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