Context
LaLiga is the trademark behind the Spanish Football Competitions and their data can be viewed on laliga.com but there is no way to download a csv file with the whole information.
To that end, I've built a Python scraper to retrieve and public these data. Data is updated weekly.
Content
So far, here you have the available contents:
- Player Data: You'll find all available player data from LaLiga with a huge amount of columns for these competitions: female first division, male first division and male second division. Each file is identified by SXX-YY at the beginning meaning the season XX-YY.
Acknowledgements
Thanks Python!