2018 / 2019

Progress points for the EFL League Two 2018 / 2019 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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