2020 / 2021

Progress points for the Ligue 1 2020 / 2021 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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