2019 / 2020

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

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

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
../_images/3ba41f7e228558ad875af40f5979449d93d557ef148827806b919a84075b52ee.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/8e39ec1b5a2467851cdfacaf28c7385e21dd5b23eff15c92f35c466921b3b792.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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