Baselight

Football Data From Transfermarkt

Football (Soccer) data scraped from Transfermarkt website

@kaggle.davidcariboo_player_scores

Players
@kaggle.davidcariboo_player_scores.players

  • 3.28 MB
  • 32471 rows
  • 23 columns
player_id

Player Id

first_name

First Name

last_name

Last Name

name

Name

last_season

Last Season

current_club_id

Current Club Id

player_code

Player Code

country_of_birth

Country Of Birth

city_of_birth

City Of Birth

country_of_citizenship

Country Of Citizenship

date_of_birth

Date Of Birth

sub_position

Sub Position

position

Position

foot

Foot

height_in_cm

Height In Cm

contract_expiration_date

Contract Expiration Date

agent_name

Agent Name

image_url

Image Url

url

Url

current_club_domestic_competition_id

Current Club Domestic Competition Id

current_club_name

Current Club Name

market_value_in_eur

Market Value In Eur

highest_market_value_in_eur

Highest Market Value In Eur

10MiroslavKloseMiroslav Klose2015398miroslav-klosePolandOpoleGermanyFri Jun 09 1978 00:00:00 GMT+0000 (Coordinated Universal Time)Centre-ForwardAttackright184ASBW Sport Marketinghttps://img.a.transfermarkt.technology/portrait/header/10-1448468291.jpg?lm=1https://www.transfermarkt.co.uk/miroslav-klose/profil/spieler/10IT1Società Sportiva Lazio S.p.A.100000030000000
26RomanWeidenfellerRoman Weidenfeller201716roman-weidenfellerGermanyDiezGermanyWed Aug 06 1980 00:00:00 GMT+0000 (Coordinated Universal Time)GoalkeeperGoalkeeperleft190Neubauer 13 GmbHhttps://img.a.transfermarkt.technology/portrait/header/26-1502448725.jpg?lm=1https://www.transfermarkt.co.uk/roman-weidenfeller/profil/spieler/26L1Borussia Dortmund7500008000000
65DimitarBerbatovDimitar Berbatov20151091dimitar-berbatovBulgariaBlagoevgradBulgariaFri Jan 30 1981 00:00:00 GMT+0000 (Coordinated Universal Time)Centre-ForwardAttacknanCSKA-AS-23 Ltd.https://img.a.transfermarkt.technology/portrait/header/65-1683670068.jpg?lm=1https://www.transfermarkt.co.uk/dimitar-berbatov/profil/spieler/65GR1Panthessalonikios Athlitikos Omilos Konstantinoupoliton100000034500000
77nanLúcioLúcio2012506lucioBrazilBrasíliaBrazilMon May 08 1978 00:00:00 GMT+0000 (Coordinated Universal Time)Centre-BackDefendernannanhttps://img.a.transfermarkt.technology/portrait/header/77-1458201664.jpg?lm=1https://www.transfermarkt.co.uk/lucio/profil/spieler/77IT1Juventus Football Club20000024500000
80TomStarkeTom Starke201727tom-starkeEast Germany (GDR)FreitalGermanyWed Mar 18 1981 00:00:00 GMT+0000 (Coordinated Universal Time)GoalkeeperGoalkeeperright194IFMhttps://img.a.transfermarkt.technology/portrait/header/80-1471439914.JPG?lm=1https://www.transfermarkt.co.uk/tom-starke/profil/spieler/80L1FC Bayern München1000003000000
109nanDedêDedê2013825dedeBrazilBelo HorizonteBrazilTue Apr 18 1978 00:00:00 GMT+0000 (Coordinated Universal Time)Left-BackDefendernanFootball Concepthttps://img.a.transfermarkt.technology/portrait/header/109-1487263703.jpg?lm=1https://www.transfermarkt.co.uk/dede/profil/spieler/109TR1Eskisehirspor4000009500000
123ChristophMetzelderChristoph Metzelder201233christoph-metzelderGermanyHalternGermanyWed Nov 05 1980 00:00:00 GMT+0000 (Coordinated Universal Time)Centre-BackDefendernannanhttps://img.a.transfermarkt.technology/portrait/header/s_123_33_2012_1.jpg?lm=1https://www.transfermarkt.co.uk/christoph-metzelder/profil/spieler/123L1FC Schalke 0415000009500000
132TomasRosickyTomas Rosicky201511tomas-rosickyCSSRPrahaCzech RepublicSat Oct 04 1980 00:00:00 GMT+0000 (Coordinated Universal Time)Attacking MidfieldMidfieldboth179nanhttps://img.a.transfermarkt.technology/portrait/header/132-1464947592.jpg?lm=1https://www.transfermarkt.co.uk/tomas-rosicky/profil/spieler/132GB1Arsenal Football Club35000017500000
162MarcZieglerMarc Ziegler201279marc-zieglerGermanyBlieskastelGermanySun Jun 13 1976 00:00:00 GMT+0000 (Coordinated Universal Time)GoalkeeperGoalkeeperright193nanhttps://img.a.transfermarkt.technology/portrait/header/s_162_79_2012_1.jpg?lm=1https://www.transfermarkt.co.uk/marc-ziegler/profil/spieler/162L1Verein für Bewegungsspiele Stuttgart 18932000001250000
215RoqueSanta CruzRoque Santa Cruz20151084roque-santa-cruzParaguayAsunciónParaguaySun Aug 16 1981 00:00:00 GMT+0000 (Coordinated Universal Time)Centre-ForwardAttackright193Sun Dec 31 2023 00:00:00 GMT+0000 (Coordinated Universal Time)nanhttps://img.a.transfermarkt.technology/portrait/header/215-1564992591.png?lm=1https://www.transfermarkt.co.uk/roque-santa-cruz/profil/spieler/215ES1Málaga CF25000012000000

CREATE TABLE players (
  "player_id" BIGINT,
  "first_name" VARCHAR,
  "last_name" VARCHAR,
  "name" VARCHAR,
  "last_season" BIGINT,
  "current_club_id" BIGINT,
  "player_code" VARCHAR,
  "country_of_birth" VARCHAR,
  "city_of_birth" VARCHAR,
  "country_of_citizenship" VARCHAR,
  "date_of_birth" TIMESTAMP,
  "sub_position" VARCHAR,
  "position" VARCHAR,
  "foot" VARCHAR,
  "height_in_cm" DOUBLE,
  "contract_expiration_date" TIMESTAMP,
  "agent_name" VARCHAR,
  "image_url" VARCHAR,
  "url" VARCHAR,
  "current_club_domestic_competition_id" VARCHAR,
  "current_club_name" VARCHAR,
  "market_value_in_eur" DOUBLE,
  "highest_market_value_in_eur" DOUBLE
);

Share link

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