2014 / 2015

Progress points for the EFL Championship 2014 / 2015 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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