Baselight

Football Data From Transfermarkt

Football (Soccer) data scraped from Transfermarkt website

@kaggle.davidcariboo_player_scores

Player Valuations
@kaggle.davidcariboo_player_scores.player_valuations

  • 2.38 MB
  • 494505 rows
  • 5 columns
player_id

Player Id

date

Date

market_value_in_eur

Market Value In Eur

current_club_id

Current Club Id

player_club_domestic_competition_id

Player Club Domestic Competition Id

405973Thu Jan 20 2000 00:00:00 GMT+0000 (Coordinated Universal Time)1500003057BE1
342216Fri Jul 20 2001 00:00:00 GMT+0000 (Coordinated Universal Time)1000001241SC1
3132Tue Dec 09 2003 00:00:00 GMT+0000 (Coordinated Universal Time)400000126TR1
6893Mon Dec 15 2003 00:00:00 GMT+0000 (Coordinated Universal Time)900000984GB1
10Mon Oct 04 2004 00:00:00 GMT+0000 (Coordinated Universal Time)7000000398IT1
26Mon Oct 04 2004 00:00:00 GMT+0000 (Coordinated Universal Time)150000016L1
65Mon Oct 04 2004 00:00:00 GMT+0000 (Coordinated Universal Time)80000001091GR1
77Mon Oct 04 2004 00:00:00 GMT+0000 (Coordinated Universal Time)13000000506IT1
80Mon Oct 04 2004 00:00:00 GMT+0000 (Coordinated Universal Time)40000027L1
109Mon Oct 04 2004 00:00:00 GMT+0000 (Coordinated Universal Time)9500000825TR1

CREATE TABLE player_valuations (
  "player_id" BIGINT,
  "date" TIMESTAMP,
  "market_value_in_eur" BIGINT,
  "current_club_id" BIGINT,
  "player_club_domestic_competition_id" VARCHAR
);

Share link

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