2017 / 2018

Progress points for the EFL League Two 2017 / 2018 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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