2020 / 2021

Progress points for the EFL League Two 2020 / 2021 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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