2018 / 2019

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

%config InlineBackend.figure_formats = ['svg']
from proggyleg import proggyleg

year = 2018
league = "E3"

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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