Baselight

Indian Super League

ISL Season 6 & 7 Player Stats

@kaggle.amaanafif_indian_super_league

Isl Player Final
@kaggle.amaanafif_indian_super_league.isl_player_final

  • 126.61 KB
  • 563 rows
  • 93 columns
tour_id

Tour Id

tour_name

Tour Name

id

Id

jersey_no

Jersey No

name

Name

short_name

Short Name

position_id

Position Id

position

Position

position_short

Position Short

team_id

Team Id

team_name

Team Name

team_short_name

Team Short Name

is_started

Is Started

is_onbench

Is Onbench

is_goalkeeper

Is Goalkeeper

is_substitute

Is Substitute

minutes_played

Minutes Played

bonus_points

Bonus Points

injury_minutes_played

Injury Minutes Played

actual_minutes_played

Actual Minutes Played

goaltenders

Goaltenders

events_goals

Events.goals

events_own_goals

Events.own Goals

events_assists

Events.assists

events_key_passes

Events.key Passes

events_chances_created

Events.chances Created

events_shots

Events.shots

events_shots_on_target

Events.shots On Target

events_shots_off_target

Events.shots Off Target

events_fouls_committed

Events.fouls Committed

events_fouls_suffered

Events.fouls Suffered

events_yellow_cards

Events.yellow Cards

events_red_cards

Events.red Cards

events_is_second_yellow_card

Events.is Second Yellow Card

events_offsides

Events.offsides

events_corner_kicks

Events.corner Kicks

events_crosses

Events.crosses

events_free_kicks

Events.free Kicks

events_throw_in

Events.throw In

events_punches

Events.punches

events_catches

Events.catches

events_goals_conceded

Events.goals Conceded

events_clean_sheet

Events.clean Sheet

events_cleansheet

Events.cleansheet

events_fantasy_assists

Events.fantasy Assists

events_penalties_saved

Events.penalties Saved

events_penalties_earned

Events.penalties Earned

events_penalties_conceded

Events.penalties Conceded

events_penalties_missed

Events.penalties Missed

events_freekicks_conceded_goal

Events.freekicks Conceded Goal

events_freekicks_earned_goal

Events.freekicks Earned Goal

events_blocked_shots

Events.blocked Shots

events_defensive_blocked_shots

Events.defensive Blocked Shots

events_penalty_kicks_total

Events.penalty Kicks.total

events_penalty_kicks_goals

Events.penalty Kicks.goals

touches_total

Touches.total

touches_total_passes

Touches.total Passes

touches_good_passes

Touches.good Passes

touches_bad_passes

Touches.bad Passes

touches_interceptions

Touches.interceptions

touches_blocks

Touches.blocks

touches_tackles

Touches.tackles

touches_successful_tackles

Touches.successful Tackles

touches_unsuccessful_tackles

Touches.unsuccessful Tackles

touches_clearance

Touches.clearance

touches_saves

Touches.saves

touches_take_on_total

Touches.take On Total

touches_take_on_successful

Touches.take On Successful

touches_take_on_unsuccessful

Touches.take On Unsuccessful

touches_last_man_tackle_successful

Touches.last Man Tackle Successful

touches_last_man_tackle_unsuccessful

Touches.last Man Tackle Unsuccessful

touches_successful_passes

Touches.successful Passes

touches_interceptions_won

Touches.interceptions Won

touches_aerial_duel_total

Touches.aerial Duel.total

touches_aerial_duel_won

Touches.aerial Duel.won

touches_aerial_duel_lost

Touches.aerial Duel.lost

touches_ground_duel_total

Touches.ground Duel.total

touches_ground_duel_won

Touches.ground Duel.won

touches_ground_duel_lost

Touches.ground Duel.lost

goaltenders_shots_faced

Goaltenders.shots Faced

goaltenders_shots_on_goal_faced

Goaltenders.shots On Goal Faced

goaltenders_goals_allowed

Goaltenders.goals Allowed

goaltenders_saves

Goaltenders.saves

goaltenders_catches

Goaltenders.catches

goaltenders_punches

Goaltenders.punches

goaltenders_penalty_kicks_shots_faced

Goaltenders.penalty Kicks.shots Faced

goaltenders_penalty_kicks_goals_allowed

Goaltenders.penalty Kicks.goals Allowed

goaltenders_penalty_kicks_saves

Goaltenders.penalty Kicks.saves

country_id

Country Id

country_name

Country Name

dob

Dob

player_foot

Player Foot

height

Height

148ISL615143Asamoah GyanAsamoah Gyan2ForwardFWD504NorthEast United FCNEUFC8445922161341910189991826226211125217590855352311323622141143Ghananannan
148ISL6247526Deshorn Dwayne BrownDeshorn Brown2ForwardFWD656Bengaluru FCBFC677379638533319810752332511359149421285341784101956Jamaica12/22/1990Right187
148ISL629009Amine ChermitiAmine Chermiti2ForwardFWD506Mumbai City FCMCFC166513524714156161622101131264201331131391291162129662652115143221012106Tunisia12/26/1987left177
148ISL637537Francisco Medina LunaPiti3MidfielderMF1159Jamshedpur FCJFC6554164211279167661911410222331124720713374559451911441319Spain5/26/1981left179
148ISL638094Rafael Lopez GomezRafael Lopez Gomez1DefenderDEF1536Hyderabad FCHFC65439521410332266432221714111130811307231617253219Spain4/9/1985right183
148ISL6398230Anas EdathodikaAnas Edathodika1DefenderDEF499ATK FCATK7545343157794224331627715110249111218711511418711India2/15/1987Right181
148ISL6398417Dhanpal GaneshDhanpal Ganesh3MidfielderMF505Chennaiyin FCCFC5823981141422447512622001501143685114799141131India6/13/1994Right185
148ISL6398518Thongkhosiem HaokipSemboi Haokip2ForwardFWD656Bengaluru FCBFC151425068320172451013911097640362152317154111India0000-00-00nan
148ISL6398913Lalrempuia FanaiLalrempuia Fanai3MidfielderMF504NorthEast United FCNEUFC121585811440352961122141India5/11/1996Right172
148ISL639971Amrinder Ranjit SinghAmrinder Singh4GoalkeeperGK506Mumbai City FCMCFC1818162089172522622434182601261167945549261116569294230331India5/27/1993Right183

CREATE TABLE isl_player_final (
  "tour_id" BIGINT,
  "tour_name" VARCHAR,
  "id" BIGINT,
  "jersey_no" BIGINT,
  "name" VARCHAR,
  "short_name" VARCHAR,
  "position_id" BIGINT,
  "position" VARCHAR,
  "position_short" VARCHAR,
  "team_id" BIGINT,
  "team_name" VARCHAR,
  "team_short_name" VARCHAR,
  "is_started" BIGINT,
  "is_onbench" BIGINT,
  "is_goalkeeper" BIGINT,
  "is_substitute" BIGINT,
  "minutes_played" BIGINT,
  "bonus_points" BIGINT,
  "injury_minutes_played" BIGINT,
  "actual_minutes_played" BIGINT,
  "goaltenders" BIGINT,
  "events_goals" BIGINT,
  "events_own_goals" BIGINT,
  "events_assists" BIGINT,
  "events_key_passes" BIGINT,
  "events_chances_created" BIGINT,
  "events_shots" BIGINT,
  "events_shots_on_target" BIGINT,
  "events_shots_off_target" BIGINT,
  "events_fouls_committed" BIGINT,
  "events_fouls_suffered" BIGINT,
  "events_yellow_cards" BIGINT,
  "events_red_cards" BIGINT,
  "events_is_second_yellow_card" BIGINT,
  "events_offsides" BIGINT,
  "events_corner_kicks" BIGINT,
  "events_crosses" BIGINT,
  "events_free_kicks" BIGINT,
  "events_throw_in" BIGINT,
  "events_punches" BIGINT,
  "events_catches" BIGINT,
  "events_goals_conceded" BIGINT,
  "events_clean_sheet" BIGINT,
  "events_cleansheet" BIGINT,
  "events_fantasy_assists" BIGINT,
  "events_penalties_saved" BIGINT,
  "events_penalties_earned" BIGINT,
  "events_penalties_conceded" BIGINT,
  "events_penalties_missed" BIGINT,
  "events_freekicks_conceded_goal" BIGINT,
  "events_freekicks_earned_goal" BIGINT,
  "events_blocked_shots" BIGINT,
  "events_defensive_blocked_shots" BIGINT,
  "events_penalty_kicks_total" BIGINT,
  "events_penalty_kicks_goals" BIGINT,
  "touches_total" BIGINT,
  "touches_total_passes" BIGINT,
  "touches_good_passes" BIGINT,
  "touches_bad_passes" BIGINT,
  "touches_interceptions" BIGINT,
  "touches_blocks" BIGINT,
  "touches_tackles" BIGINT,
  "touches_successful_tackles" BIGINT,
  "touches_unsuccessful_tackles" BIGINT,
  "touches_clearance" BIGINT,
  "touches_saves" BIGINT,
  "touches_take_on_total" BIGINT,
  "touches_take_on_successful" BIGINT,
  "touches_take_on_unsuccessful" BIGINT,
  "touches_last_man_tackle_successful" BIGINT,
  "touches_last_man_tackle_unsuccessful" BIGINT,
  "touches_successful_passes" BIGINT,
  "touches_interceptions_won" BIGINT,
  "touches_aerial_duel_total" BIGINT,
  "touches_aerial_duel_won" BIGINT,
  "touches_aerial_duel_lost" BIGINT,
  "touches_ground_duel_total" BIGINT,
  "touches_ground_duel_won" BIGINT,
  "touches_ground_duel_lost" BIGINT,
  "goaltenders_shots_faced" BIGINT,
  "goaltenders_shots_on_goal_faced" BIGINT,
  "goaltenders_goals_allowed" BIGINT,
  "goaltenders_saves" BIGINT,
  "goaltenders_catches" BIGINT,
  "goaltenders_punches" BIGINT,
  "goaltenders_penalty_kicks_shots_faced" BIGINT,
  "goaltenders_penalty_kicks_goals_allowed" BIGINT,
  "goaltenders_penalty_kicks_saves" BIGINT,
  "country_id" BIGINT,
  "country_name" VARCHAR,
  "dob" VARCHAR,
  "player_foot" VARCHAR,
  "height" DOUBLE
);

Share link

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