2023 / 2024

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

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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