2025 / 2026

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

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

year = 2025
league = "E3"

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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