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/da528613dfa992d7bedef8f7f103c49f1ea64e2e2567900f6717b2e4d56ef1e5.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/447b777c01ca93f599fd39020bcee84ce872813fec16e583c9ce24d93aec2d62.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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