Baselight

Fifa Players Dataset

Unlocking Insights: Analyzing FIFA Players' Dataset through Web Scraping

@kaggle.pushpakhinglaspure_fifia_players_dataset

Fifa
@kaggle.pushpakhinglaspure_fifia_players_dataset.fifa

  • 798.71 KB
  • 19656 rows
  • 14 columns
unnamed_0

Unnamed: 0

name

Name

country

Country

position

Position

age

Age

overall_rating

Overall Rating

potential

Potential

duration

Duration

team

Team

value_m

Value € M

wage_k

Wage € K

total_stats

Total Stats

photo_link

Photo Link

country_flag_img_link

Country Flag Img Link

Pape Matar SarrSenegalCM1971812021 ~ 2026Tottenham Hotspur4251865https://cdn.sofifa.net/players/259/868/23_180.png https://cdn.sofifa.net/flags/sn@3x.png
1Manuel UgarteUruguayCM2179852021 ~ 2026Sporting CP26111950https://cdn.sofifa.net/players/253/306/23_180.png https://cdn.sofifa.net/flags/uy@3x.png
2Mykhailo MudrykUkraineLW2175852023 ~ 2031Chelsea12.5571836https://cdn.sofifa.net/players/246/340/23_180.png https://cdn.sofifa.net/flags/ua@3x.png
3Israel ReyesMexicoCDM227583FreeMexico2087https://cdn.sofifa.net/players/252/008/23_180.png https://cdn.sofifa.net/flags/mx@3x.png
4Lewis HallEnglandLB1761792021 ~ 2025Chelsea0.82521710https://cdn.sofifa.net/players/266/127/23_180.png https://cdn.sofifa.net/flags/gb-eng@3x.png
5Julio César EncisoParaguayCAM1865832022 ~ 2026Brighton & Hove Albion1.851589https://cdn.sofifa.net/players/255/434/23_180.png https://cdn.sofifa.net/flags/py@3x.png
6Randal Kolo MuaniFranceRM2382862022 ~ 2027Eintracht Frankfurt44401989https://cdn.sofifa.net/players/237/679/23_180.png https://cdn.sofifa.net/flags/fr@3x.png
7Arthur VermeerenBelgiumCM1770872022 ~ 2026Antwerp3.85001765https://cdn.sofifa.net/players/269/859/23_180.png https://cdn.sofifa.net/flags/be@3x.png
8Andrés Iniesta LujánSpainCM3779792018 ~ 2024Vissel Kobe5.5101918https://cdn.sofifa.net/players/000/041/22_180.png https://cdn.sofifa.net/flags/es@3x.png
9Georges MikautadzeGeorgiaCAM2171812019 ~ 2026Metz4.251862https://cdn.sofifa.net/players/254/551/23_180.png https://cdn.sofifa.net/flags/ge@3x.png

CREATE TABLE fifa (
  "unnamed_0" BIGINT,
  "name" VARCHAR,
  "country" VARCHAR,
  "position" VARCHAR,
  "age" BIGINT,
  "overall_rating" BIGINT,
  "potential" BIGINT,
  "duration" VARCHAR,
  "team" VARCHAR,
  "value_m" DOUBLE,
  "wage_k" DOUBLE,
  "total_stats" BIGINT,
  "photo_link" VARCHAR,
  "country_flag_img_link" VARCHAR
);

Share link

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