UEFA EURO 2024 - Players
Basic info of players from UEFA EURO 2024, collected on Transfermarkt
@kaggle.damirdizdarevic_uefa_euro_2024_players
Basic info of players from UEFA EURO 2024, collected on Transfermarkt
@kaggle.damirdizdarevic_uefa_euro_2024_players
CREATE TABLE euro2024_players (
"name" VARCHAR,
"position" VARCHAR,
"age" BIGINT,
"club" VARCHAR,
"height" BIGINT,
"foot" VARCHAR,
"caps" BIGINT,
"goals" BIGINT,
"marketvalue" BIGINT,
"country" VARCHAR
);
Anyone who has the link will be able to view this.