Baselight

VCT PACIFIC 2023

Data from VCT PACIFIC 2023, when PRX won the series

@kaggle.kierru_vctpacific_2023

Stats
@kaggle.kierru_vctpacific_2023.stats

  • 39.56 KB
  • 1330 rows
  • 27 columns
player_name

Player Name

team

Team

opponent

Opponent

rating

Rating

acs

Acs

kill

Kill

death

Death

assist

Assist

kast_percent

Kast Percent

adr

Adr

hs_percent

Hs Percent

first_kill

First Kill

first_death

First Death

agent

Agent

map

Map

score_team

Score Team

score_opp

Score Opp

score_t

Score T

score_ct

Score Ct

total_round

Total Round

ot

Ot

win_lose

Win Lose

tourney_type

Tourney Type

game_id

Game Id

player_id

Player Id

match_id

Match Id

role_agent

Role Agent

LazZETADRX1.192391511672%14616%1SovaAscent5131418NoloseLeague Play: Week 1119512999184456Initiator
TENNNZETADRX0.842341514661%14532%14KilljoyAscent5131418NoloseLeague Play: Week 11195121395184456Sentinel
DepZETADRX0.681731015267%12318%42JettAscent5131418NoloseLeague Play: Week 1119512424184456Duelist
crowZETADRX0.63142815483%9229%32KayoAscent5131418NoloseLeague Play: Week 11195121000184456Initiator
SugarZ3roZETADRX0.57114716861%6313%1OmenAscent5131418NoloseLeague Play: Week 11195126668184456Controller
MaKoDRXZETA1.672571592083%17230%12OmenAscent1358518NowinLeague Play: Week 11195124462184456Controller
Foxy9DRXZETA1.32751811472%16717%54JettAscent1358518NowinLeague Play: Week 111951211600184456Duelist
staxDRXZETA1.272991715883%19028%21KayoAscent1358518NowinLeague Play: Week 1119512485184456Initiator
ZestDRXZETA1.061681110367%9531%1SovaAscent1358518NowinLeague Play: Week 1119512772184456Initiator
RbDRXZETA0.87125101067%6319%2KilljoyAscent1358518NowinLeague Play: Week 1119512488184456Sentinel

CREATE TABLE stats (
  "player_name" VARCHAR,
  "team" VARCHAR,
  "opponent" VARCHAR,
  "rating" DOUBLE,
  "acs" BIGINT,
  "kill" BIGINT,
  "death" BIGINT,
  "assist" BIGINT,
  "kast_percent" VARCHAR,
  "adr" BIGINT,
  "hs_percent" VARCHAR,
  "first_kill" BIGINT,
  "first_death" BIGINT,
  "agent" VARCHAR,
  "map" VARCHAR,
  "score_team" BIGINT,
  "score_opp" BIGINT,
  "score_t" BIGINT,
  "score_ct" BIGINT,
  "total_round" BIGINT,
  "ot" VARCHAR,
  "win_lose" VARCHAR,
  "tourney_type" VARCHAR,
  "game_id" BIGINT,
  "player_id" BIGINT,
  "match_id" BIGINT,
  "role_agent" VARCHAR
);

Share link

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