2024 / 2025

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

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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