2022 / 2023

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

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

year = 2022
league = "E3"

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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