Baselight

Recommender Systems Data

TACTIC-ZONE recommendation Systems data updated regurally with usage

@kaggle.abdelrahmanatef01_recommender_systems_data

Loading...
Loading...

About this Dataset

Recommender Systems Data

this dataset is related to TACTIC-ZONE project, it is used as a feed for recommender systems to recommend plans and choose players based on it, it will be updated regularly while usage with new data

Tables

Data Cleaned

@kaggle.abdelrahmanatef01_recommender_systems_data.data_cleaned
  • 119.94 KB
  • 3690 rows
  • 31 columns
Loading...

CREATE TABLE data_cleaned (
  "id_match" BIGINT,
  "formations" VARCHAR,
  "score" VARCHAR,
  "goals" BIGINT,
  "goals_past" BIGINT,
  "total_shots" BIGINT,
  "shots_on_target" BIGINT,
  "shots_off_target" BIGINT,
  "blocked_shots" BIGINT,
  "total_possession" DOUBLE,
  "total_passes" BIGINT,
  "accurate_passes" BIGINT,
  "pass_success" BIGINT,
  "key_passes" BIGINT,
  "dribbles_attempted" BIGINT,
  "dribbles" BIGINT,
  "dribbles_past" BIGINT,
  "dribbles_success" BIGINT,
  "aerials_won" BIGINT,
  "aerial_success" BIGINT,
  "offensive_aerials" BIGINT,
  "defensive_aerials" BIGINT,
  "tackles" BIGINT,
  "tackle_success" BIGINT,
  "tackles_attempted" BIGINT,
  "clearances" BIGINT,
  "interceptions" BIGINT,
  "corners" BIGINT,
  "win" BIGINT,
  "draw" BIGINT,
  "lose" BIGINT
);

Share link

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