2024 / 2025

Progress points for the EFL League Two 2024 / 2025 season.

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

year = 2024
league = "E3"

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
../_images/63115bb1a7bbe6ac724656fd2b88e94a33046eb6856c3452b25159bacbe8c8bd.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/716bf49b531aba14c50016f82567c193c920de920d9617c09e77e852478a514f.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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