2023 / 2024

Progress points for the Serie A 2023 / 2024 season.

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

year = 2023
league = "I1"

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
../_images/01fdfda3d2d79aecfda5aaaff7468a8ab3a7a3cdce8f77bfbb3a9264ef408c27.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/4f20a0c73ce96ee81736f5ee0f2bc2395d20a68179353a382d7d82e9603a2df2.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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