Baselight

Dota 2 Tournaments (Tier 1 And 2)

Tier 1 and 2 Dota 2 Tournaments from 2021 to early 2000s

@kaggle.chanoncharuchinda_dota_2_tournaments

Tier2 Tournament
@kaggle.chanoncharuchinda_dota_2_tournaments.tier2_tournament

  • 17.97 KB
  • 259 rows
  • 8 columns
unnamed_0

Unnamed: 0

tournament_name

Tournament Name

date

Date

total_prize

Total Prize

num_participants

Num Participants

location

Location

first_place

First Place

second_place

Second Place

Huya Winter Invitational 2021Dec 23 - 31, 2021$138,23210 teamsChinaTBDTBD
1OGA Dota PIT Season 5: Europe/CISDec 13 - 20, 2021$175,0008 teamsEurope & CISTBDTBD
2i-League 2021 Season 2Aug 19 - Sep 05, 2021$185,8917 teamsChinaAsterVG
3BTS Pro Series Season 7: AmericasAug 09 - 22, 2021$50,0008 teamsAmericasUNDNoPing
4OGA Dota PIT Season 5: ChinaAug 07 - 16, 2021$150,0008 teamsChinaPSG.LGDElephant
5BTS Pro Series Season 7: Southeast AsiaAug 02 - 15, 2021$50,0008 teamsSoutheast AsiaGXRFnatic
6i-League 2021 Season 1Apr 03 - Jul 25, 2021$186,0008 teamsShanghai, ChinaAsterVG
7BTS Pro Series Season 6: AmericasMay 25 - Jun 06, 2021$50,0008 teamsAmericasUND4Z
8Pinnacle CupMay 05 - Jun 01, 2021$100,00012 teamsEurope & CISTSpiritWin
9Dota Pro Circuit 2021: S2 - China Upper DivisionApr 13 - May 23, 2021$205,0008 teamsShanghai, ChinaAsterPSG.LGD

CREATE TABLE tier2_tournament (
  "unnamed_0" BIGINT,
  "tournament_name" VARCHAR,
  "date" VARCHAR,
  "total_prize" VARCHAR,
  "num_participants" VARCHAR,
  "location" VARCHAR,
  "first_place" VARCHAR,
  "second_place" VARCHAR
);

Share link

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