Baselight

La Liga Stats 2022-2023

Player stats from La Liga (spanish football league) - Season 2022-2023

@kaggle.sdelquin_laliga_data2

Loading...
Loading...

About this Dataset

La Liga Stats 2022-2023

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!

Tables

S2223 Laliga Players

@kaggle.sdelquin_laliga_data2.s2223_laliga_players
  • 213.26 kB
  • 1,957 rows
  • 26 columns
Loading...
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
);

Share link

Anyone who has the link will be able to view this.