2011 / 2012

Progress points for the EFL Championship 2011 / 2012 season.

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

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
../_images/3f66380d5e965ed16fee20cda8e8c342f0db4772c5c3084f99a0a1ec1f97e16c.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/5d26b45e3a2f6ece441584c686fa7426c413452f01f5666284334da27beca882.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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