2022 / 2023

Progress points for the EFL League One 2022 / 2023 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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