Fifa Worldcup 2022 Results
Detailed results of every match of Fifa World Cup 2022 Qatar.
@kaggle.sayanroy729_fifa_worldcup_2022_results
Detailed results of every match of Fifa World Cup 2022 Qatar.
@kaggle.sayanroy729_fifa_worldcup_2022_results
CREATE TABLE fifa_worldcup_2022 (
"sl_no" BIGINT,
"match_no" BIGINT,
"team" VARCHAR,
"against" VARCHAR,
"group" VARCHAR,
"goal" BIGINT,
"possession" BIGINT,
"inside_penalty_area" BIGINT,
"outside_penalty_area" BIGINT,
"assists" BIGINT,
"total_attempts" BIGINT,
"on_target" BIGINT,
"off_target" BIGINT,
"target_in_penalty" BIGINT,
"target_from_outside" BIGINT,
"left_channel" BIGINT,
"left_inside_channel" BIGINT,
"central_channel" BIGINT,
"right_inside_channel" BIGINT,
"right_channel" BIGINT,
"receptions_md" BIGINT,
"receptions_d" BIGINT,
"attempted_line_breaks" BIGINT,
"completed_line_breaks" BIGINT,
"attempted_defensive_line_breaks" BIGINT,
"completed_defensive_line_breaks" BIGINT,
"yellow_cards" BIGINT,
"red_cards" BIGINT,
"fouls_against" BIGINT,
"offsides" BIGINT,
"passes" BIGINT,
"passes_completed" BIGINT,
"crosses" BIGINT,
"crosses_completed" BIGINT,
"corners" BIGINT,
"free_kicks" BIGINT,
"penalties_scored" BIGINT,
"pts" BIGINT
);
Anyone who has the link will be able to view this.