2018 / 2019

Progress points for the EFL Championship 2018 / 2019 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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