2016 / 2017

Progress points for the EFL League Two 2016 / 2017 season.

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

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
../_images/81947009dd79c0ee6c2a422ecec8d697ccf63a85a0b7aa9bf93b92f1d5b16d7b.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/864f8fa6d5e85ce2a206a40119a2fe11aa2f1b6f3cf8a4ecf1710a608a6a40c8.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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