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/0984c130d5873343b1f02092c6d3a26af4b9fe47b2f6d1b51b8465d6c5e548b2.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/2bb3da9db388fd71c44a8bec0c8c270f19f6f8a9adb1d85b87431969cf2ce606.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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