Euro 2020 Top Players
Euro 2020 Top Performers
@kaggle.bakar31_euro_2020_top_players
Euro 2020 Top Performers
@kaggle.bakar31_euro_2020_top_players
CREATE TABLE euro2020 (
"player" VARCHAR,
"country" VARCHAR,
"position" VARCHAR,
"match_played" BIGINT,
"goals" BIGINT,
"right_foot_goals" DOUBLE,
"left_foot_goals" DOUBLE,
"header_goals" DOUBLE,
"assists" DOUBLE,
"total_attempts" DOUBLE,
"on_target" DOUBLE,
"off_target" DOUBLE,
"woodwork" DOUBLE,
"shot_blocks" DOUBLE,
"avg_gpg" DOUBLE,
"fouls_suffered" DOUBLE,
"fouls_committed" BIGINT,
"top_speed" DOUBLE,
"passing_accuracy" BIGINT,
"distance_covered" DOUBLE,
"clearence_attempted" DOUBLE,
"balls_recovered" DOUBLE,
"tackels" DOUBLE,
"blocks" DOUBLE,
"yellow_cards" DOUBLE,
"red_cards" DOUBLE,
"minutes_played" BIGINT
);
Anyone who has the link will be able to view this.