Mobile Data
Input Example from the data needed from the mobile app for TACTIC-Zone project
@kaggle.abdelrahmanatef01_mobile_data
Input Example from the data needed from the mobile app for TACTIC-Zone project
@kaggle.abdelrahmanatef01_mobile_data
This dataset is generated from TACTIC-ZONE mobile app, you can use it as a start for development as it is required, it contains the 2 required files by tactic zone for your team and your opponent team
CREATE TABLE mobile_data (
"shirt_number" BIGINT,
"position" VARCHAR,
"team_color" VARCHAR
);CREATE TABLE mobile_data_2 (
"shirt_number" BIGINT,
"position" VARCHAR,
"team_color" VARCHAR
);Anyone who has the link will be able to view this.