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/61517b84870537758bbdd2c0b108a0fa49a04a592f0bcf8c3eeed967df2add57.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/f5f2eaf162c51c5c0432582f8e768015a7c59f71167dee5964ae898b983627a9.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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