Baselight

Pro-Kabaddi-Season-1-7-Stats

Dataset with statistics about Pro Kabaddi

@kaggle.sripaadsrinivasan_prokabadiseassion17stats

Ds Players
@kaggle.sripaadsrinivasan_prokabadiseassion17stats.ds_players

  • 219.16 KB
  • 16892 rows
  • 31 columns
unnamed_0

Unnamed: 0

index

Index

player_id

Player Id

player_name

Player Name

player_short_name

Player Short Name

player_skill

Player Skill

player_role

Player Role

player_red_card

Player Red Card

player_yellow_card

Player Yellow Card

player_green_card

Player Green Card

player_jersey

Player Jersey

player_played

Player Played

player_captain

Player Captain

player_on_court

Player On Court

player_on_starter

Player On Starter

player_total_points

Player Total Points

player_raid_points_total

Player Raid Points Total

player_raid_points_touch

Player Raid Points Touch

player_raid_points_raid_bonus

Player Raid Points Raid Bonus

player_tackle_points_total

Player Tackle Points Total

player_tackle_points_touch

Player Tackle Points Touch

player_tackle_points_capture_bonus

Player Tackle Points Capture Bonus

player_raids_total

Player Raids Total

player_raids_successful

Player Raids Successful

player_raids_unsuccessful

Player Raids Unsuccessful

player_raids_empty

Player Raids Empty

player_tackles_total

Player Tackles Total

player_tackles_successful

Player Tackles Successful

player_tackles_unsuccessful

Player Tackles Unsuccessful

match_id

Match Id

team_id

Team Id

15Sanjay ShresthaSanjay Shrestha88truetruetrue13
96Rohit RanaRohit Rana10truetruetrue1113
72Navneet GautamNavneet Gautam9truetruetruetrue1113
52Jasvir SinghJasvir Singh2truetrue1287144112732103713
22Wei YangWei Yang20truetruetrue13
144Gokul ShitoleGokul Shitole15truetruetrue13
147Prashant ChavanPrashant Chavan18truetruetrue13
32Balbir SinghBalbir Singh1truetruetrue13
44Gangadhari MalleshGangadhari Malleshtruetruetrue3321332213
87Raju Lal ChoudharyRaju Lal Choudhary9truetruetrue13

CREATE TABLE ds_players (
  "unnamed_0" BIGINT,
  "index" BIGINT,
  "player_id" BIGINT,
  "player_name" VARCHAR,
  "player_short_name" VARCHAR,
  "player_skill" VARCHAR,
  "player_role" VARCHAR,
  "player_red_card" BOOLEAN,
  "player_yellow_card" BOOLEAN,
  "player_green_card" BOOLEAN,
  "player_jersey" BIGINT,
  "player_played" BOOLEAN,
  "player_captain" BOOLEAN,
  "player_on_court" BOOLEAN,
  "player_on_starter" BOOLEAN,
  "player_total_points" BIGINT,
  "player_raid_points_total" BIGINT,
  "player_raid_points_touch" BIGINT,
  "player_raid_points_raid_bonus" BIGINT,
  "player_tackle_points_total" BIGINT,
  "player_tackle_points_touch" BIGINT,
  "player_tackle_points_capture_bonus" BIGINT,
  "player_raids_total" BIGINT,
  "player_raids_successful" BIGINT,
  "player_raids_unsuccessful" BIGINT,
  "player_raids_empty" BIGINT,
  "player_tackles_total" BIGINT,
  "player_tackles_successful" BIGINT,
  "player_tackles_unsuccessful" BIGINT,
  "match_id" BIGINT,
  "team_id" BIGINT
);

Share link

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