PUBG Stats Dataset
"Uncover Victory: Analyzing Player Unknown's Battlegrounds (PUBG) Stats
@kaggle.mohammadtalib786_pubg_stats_dataset
"Uncover Victory: Analyzing Player Unknown's Battlegrounds (PUBG) Stats
@kaggle.mohammadtalib786_pubg_stats_dataset
CREATE TABLE pubg_stats (
"unnamed_0" BIGINT,
"player_name" VARCHAR,
"matches_played" BIGINT,
"kills" BIGINT,
"deaths" BIGINT,
"assists" BIGINT,
"damage_dealt" BIGINT,
"headshots" BIGINT,
"wins" BIGINT,
"top_10s" BIGINT,
"revives" BIGINT,
"distance_traveled" BIGINT,
"weapons_used" BIGINT,
"time_survived" BIGINT,
"rank" VARCHAR
);
Anyone who has the link will be able to view this.