FIFA World Cup 2022 Player Data
Comprehensive player data from the FIFA World Cup 2022
@kaggle.swaptr_fifa_world_cup_2022_player_data
Comprehensive player data from the FIFA World Cup 2022
@kaggle.swaptr_fifa_world_cup_2022_player_data
CREATE TABLE player_keepers (
"player" VARCHAR,
"position" VARCHAR,
"team" VARCHAR,
"age" VARCHAR,
"club" VARCHAR,
"birth_year" BIGINT,
"gk_games" BIGINT,
"gk_games_starts" BIGINT,
"gk_minutes" BIGINT,
"minutes_90s" DOUBLE,
"gk_goals_against" BIGINT,
"gk_goals_against_per90" DOUBLE,
"gk_shots_on_target_against" BIGINT,
"gk_saves" BIGINT,
"gk_save_pct" DOUBLE,
"gk_wins" BIGINT,
"gk_ties" BIGINT,
"gk_losses" BIGINT,
"gk_clean_sheets" BIGINT,
"gk_clean_sheets_pct" DOUBLE,
"gk_pens_att" BIGINT,
"gk_pens_allowed" BIGINT,
"gk_pens_saved" BIGINT,
"gk_pens_missed" BIGINT,
"gk_pens_save_pct" DOUBLE
);
Anyone who has the link will be able to view this.