Pro-Kabaddi-Season-1-7-Stats
Dataset with statistics about Pro Kabaddi
@kaggle.sripaadsrinivasan_prokabadiseassion17stats
Dataset with statistics about Pro Kabaddi
@kaggle.sripaadsrinivasan_prokabadiseassion17stats
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
);
Anyone who has the link will be able to view this.