FIFA World Cup Qatar 2022
Positional data for player events from round 16 to the final
@kaggle.ahmedtarek26_fifa_world_cup_qatar_2022
Positional data for player events from round 16 to the final
@kaggle.ahmedtarek26_fifa_world_cup_qatar_2022
This is positional data for important events for players' actions at FIFA world cup qatar 2022 from round 16 to the final.
Thanks to Bein sports channel for the videos i used for tagging
Thanks to FC Python for their free tagging tool that I used to make this data
CREATE TABLE amrabat_defense_action (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"x" BIGINT,
"y" BIGINT
);
CREATE TABLE arg_aus_round16 (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"type" VARCHAR,
"x" BIGINT,
"y" BIGINT,
"x2" BIGINT,
"y2" BIGINT
);
CREATE TABLE arg_aus_round16_g1 (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"x" BIGINT,
"y" BIGINT,
"x2" BIGINT,
"y2" BIGINT
);
CREATE TABLE arg_cro_semi_final (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"type" VARCHAR,
"x" BIGINT,
"y" BIGINT,
"x2" BIGINT,
"y2" BIGINT
);
CREATE TABLE bra_kor_round16 (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"type" VARCHAR,
"x" BIGINT,
"y" BIGINT,
"x2" BIGINT,
"y2" BIGINT
);
CREATE TABLE cro_jpn_round16 (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"type" VARCHAR,
"x" BIGINT,
"y" BIGINT,
"x2" BIGINT,
"y2" BIGINT
);
CREATE TABLE eng_sen_round16 (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"type" VARCHAR,
"x" BIGINT,
"y" BIGINT,
"x2" BIGINT,
"y2" BIGINT
);
CREATE TABLE fra_pol_round16 (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"type" VARCHAR,
"x" BIGINT,
"y" BIGINT,
"x2" BIGINT,
"y2" BIGINT
);
CREATE TABLE griezmann_chances_created (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"x" BIGINT,
"y" BIGINT,
"x2" BIGINT,
"y2" BIGINT
);
CREATE TABLE mar_esp_round16 (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"type" VARCHAR,
"x" BIGINT,
"y" BIGINT,
"x2" VARCHAR,
"y2" VARCHAR
);
CREATE TABLE mar_fra_semi_final (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"type" VARCHAR,
"x" BIGINT,
"y" BIGINT,
"x2" BIGINT,
"y2" BIGINT
);
CREATE TABLE messi_2014 (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"x" BIGINT,
"y" BIGINT,
"x2" BIGINT,
"y2" BIGINT
);
CREATE TABLE messi_line_breaking_passes (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"x" BIGINT,
"y" BIGINT,
"x2" BIGINT,
"y2" BIGINT
);
CREATE TABLE messi_worldcup_goals (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"x" BIGINT,
"y" BIGINT
);
CREATE TABLE modric_line_breaking (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"mins" BIGINT,
"secs" BIGINT,
"x" BIGINT,
"y" BIGINT,
"x2" VARCHAR,
"y2" VARCHAR
);
CREATE TABLE ned_usa_round16 (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"type" VARCHAR,
"x" BIGINT,
"y" BIGINT,
"x2" BIGINT,
"y2" DOUBLE
);
CREATE TABLE ounahi_take_ons (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"success" VARCHAR,
"x" BIGINT,
"y" BIGINT
);
CREATE TABLE por_sui_round16 (
"team" VARCHAR,
"player" VARCHAR,
"event" VARCHAR,
"type" VARCHAR,
"x" BIGINT,
"y" BIGINT,
"x2" BIGINT,
"y2" BIGINT
);
CREATE TABLE the_final (
"team" VARCHAR,
"player" VARCHAR,
"player_num" BIGINT,
"event" VARCHAR,
"type" VARCHAR,
"x" BIGINT,
"y" BIGINT,
"x2" BIGINT,
"y2" BIGINT
);
Anyone who has the link will be able to view this.