2024 / 2025

Progress points for the Premier League 2024 / 2025 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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