gganimate

Data Preparation: Web Scraping html tables with rvest

Accessing different data sources Sometimes, the data you need is available on the web. Accessing those will ease your life as a data scientist. I want to perform an exploratory data analysis on 2018/19 Season of England Premier league. Are there changes in team performances during the season timeline? Does some teams cluster? Which is the earliest week we can predict team’s final positions? I need the standings table for each week of the season and integrate them in a way that will allow me to plot the graphs that I want.