Indian Super League 2020-21 Data
Player data for the 2020-21 season of the ISL
@kaggle.sudhanvasatish_indian_super_league_scorers_202021
Player data for the 2020-21 season of the ISL
@kaggle.sudhanvasatish_indian_super_league_scorers_202021
CREATE TABLE isl_assist_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"player" VARCHAR,
"assists" BIGINT,
"matches" BIGINT
);CREATE TABLE isl_goals_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"player" VARCHAR,
"goals" BIGINT,
"matches" BIGINT
);CREATE TABLE isl_interceptions_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"player" VARCHAR,
"interceptions" BIGINT,
"matches" BIGINT
);CREATE TABLE isl_passes_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"player" VARCHAR,
"passes" BIGINT,
"matches" BIGINT
);CREATE TABLE isl_player_ratings (
"unnamed_0" BIGINT -- Unnamed: 0,
"player" VARCHAR,
"rating" DOUBLE
);CREATE TABLE isl_shots_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"player" VARCHAR,
"shots" BIGINT,
"matches" BIGINT
);CREATE TABLE isl_touch_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"player" VARCHAR,
"touches" BIGINT,
"matches" BIGINT
);Anyone who has the link will be able to view this.