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/a2fb1ef9c9e07682638f41905a4d471b6f3be534388450cba1040cffb020de28.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/4a65e837fa5729f0c56806932658f82b3dbd0760a51fe64426f6f9166326fb00.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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