2018 / 2019

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

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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