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/978ca462c0674a445202022074fedf13ce9329ffcae1ae3a1806260dd3deb09e.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/683e86e1b0d0356040111eecb2f8bda326476304d662cad8a0793e60394dec3d.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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