2017 / 2018

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

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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