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/03417ba74bf625a2c6a5e61428ad41a7b24a370a632237cc012da63f77b17d87.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/2b6a2112c634e996b1baede08b447444b0939ee0abdc723eb00e3bc7db0865d5.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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