Recommender Systems Data
TACTIC-ZONE recommendation Systems data updated regurally with usage
@kaggle.abdelrahmanatef01_recommender_systems_data
TACTIC-ZONE recommendation Systems data updated regurally with usage
@kaggle.abdelrahmanatef01_recommender_systems_data
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
);
Anyone who has the link will be able to view this.