La Liga Stats 2022-2023
Player stats from La Liga (spanish football league) - Season 2022-2023
@kaggle.sdelquin_laliga_data2
Player stats from La Liga (spanish football league) - Season 2022-2023
@kaggle.sdelquin_laliga_data2
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.
So far, here you have the available contents:
Thanks Python!
CREATE TABLE s2223_laliga_players (
"competition" VARCHAR,
"player_url" VARCHAR,
"id" BIGINT,
"slug" VARCHAR,
"name" VARCHAR,
"nickname" VARCHAR,
"firstname" VARCHAR,
"lastname" VARCHAR,
"gender" VARCHAR,
"date_of_birth" VARCHAR,
"place_of_birth" VARCHAR,
"weight" DOUBLE,
"height" DOUBLE,
"international" BOOLEAN,
"twitter" VARCHAR,
"instagram" VARCHAR,
"country" VARCHAR,
"team" VARCHAR,
"team_shortname" VARCHAR,
"team_foundation" VARCHAR,
"team_shield" VARCHAR,
"shirt_number" DOUBLE,
"position" VARCHAR,
"photo" VARCHAR,
"stadium" VARCHAR,
"stadium_image" VARCHAR
);
Anyone who has the link will be able to view this.