2020 / 2021

Progress points for the EFL League One 2020 / 2021 season.

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

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
../_images/d9d956a9c40d73ad9ea0866ce86fe65af100fd94e89aea928688cf3c0d49450f.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/64277d42e036a31f6065732965ae9c59c42e99c72983d8499dfe44a3d37892c4.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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