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

Tier1 Tournament
@kaggle.chanoncharuchinda_dota_2_tournaments.tier1_tournament

  • 12.89 KB
  • 147 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

The International 2021Oct 07 - 17, 2021$40,018,19518 teamsBucharest, RomaniaTSpiritPSG.LGD
1OGA Dota PIT InvitationalSep 06 - 10, 2021$275,0008 teamsEuropePSG.LGDTSpirit
2ESL One Fall 2021Aug 21 - 29, 2021$400,00012 teamsEurope & CISTundraPSG.LGD
3ESL One Summer 2021Jun 16 - 20, 2021$400,00012 teamsEuropeT1VP
4WePlay AniMajorJun 02 - 13, 2021$500,00018 teamsKyiv, UkrainePSG.LGDEG
5ONE Esports Singapore Major 2021Mar 27 - Apr 04, 2021$500,00016 teamsSingaporeiGEG
6EPIC League Season 2 Division 1Dec 08 - 13, 2020$500,0008 teamsEurope & CISVPOG
7ESL One Germany 2020Oct 05 - Nov 01, 2020$400,00016 teamsEurope & CISLiquidNAVI
8OMEGA League: Europe Immortal DivisionAug 14 - Sep 06, 2020$500,00012 teamsEurope & CISSecretOG
9ONE Esports Singapore Major 2020Jun 20 - 28, 2020$1,000,00016 teamsSingaporeCancellednan

CREATE TABLE tier1_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.