2026 / 2027

Progress points for the Serie A 2026 / 2027 season.

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

year = 2026
league = "I1"

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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