2020 / 2021

Progress points for the Scottish Premiership 2020 / 2021 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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