Data on English Premier League transfers and season-end position from the 1992-93 season through 2018-19. Season-end tables scraped from wikipedia. Transfer data from @ewenme’s awesome repo (<- that data is from Transfermarkt).
A brief visual analysis can be found in the Overall Analysis file.
An in depth analysis of the modern transfer market can be found in the Analysis file.
See epl_table_scraper.r for the results-table scraper code.
Season-end tables can be found in the data/epl-results/
folder. Filenames follow the format year_EPL_results.csv
; ex: 1992-93_EPLResults.csv
.
year
: season (1992-93)Pos
: standing end-of-year (1, 2, etc)Team
: team namePld
: num games playedW
: num games wonD
: num games drawnL
: num games lostGF
: goals for (scored)GA
: goals againstGD
: goal differentialPts
: num pts from W/L/DQualification or relegation
: qualification for European cups, relegatedTransfer data can be found in the data/transfer-data
folder.
club_name
: the club who made the transferplayer_name
: the player being transferredage
: player ageposition
: player positionclub_involved
: the club the player is going to/fromfee
: fee in pounds (£). Could be k, m, or loan infotransfer_movement
: in or outfee_cleaned
: the fee cleaned up a bit (Ex: fee
= £61.02m, fee_cleaned
= 61.02)league_name
: league name (always Premier League here)year
: year the deal was madeseason
: season name (Ex: 2018/2019)