1993 / 1994

Progress points for the Premier League 1993 / 1994 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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