Baselight

Mobile Data

Input Example from the data needed from the mobile app for TACTIC-Zone project

@kaggle.abdelrahmanatef01_mobile_data

Loading...
Loading...

About this Dataset

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

Tables

Mobile Data

@kaggle.abdelrahmanatef01_mobile_data.mobile_data
  • 3.05 KB
  • 20 rows
  • 3 columns
Loading...

CREATE TABLE mobile_data (
  "shirt_number" BIGINT,
  "position" VARCHAR,
  "team_color" VARCHAR
);

Mobile Data 2

@kaggle.abdelrahmanatef01_mobile_data.mobile_data_2
  • 3.05 KB
  • 20 rows
  • 3 columns
Loading...

CREATE TABLE mobile_data_2 (
  "shirt_number" BIGINT,
  "position" VARCHAR,
  "team_color" VARCHAR
);

Share link

Anyone who has the link will be able to view this.