Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 553 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 553 Bytes

transfermarkt.co.uk scraping

This script aims at collecting performance information on football players from the website transfermarkt.co.uk.

It focuses on offensive players and stores goals and assists over the last 5 years for all players from the 10 main European leagues.

The parsing is done hierarchically with a tree fashion: leagues -> teams -> players. The output is stored in csv format.

Shared on Kaggle.