2024 / 2025

Progress points for the Serie A 2024 / 2025 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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