Baselight

Esports Performance Rankings And Results

Performance Rankings and Results from Multiple Esports Platforms

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu

Loading...
Loading...

About this Dataset

Esports Performance Rankings And Results


Esports Performance Rankings and Results

Performance Rankings and Results from Multiple Esports Platforms

By [source]


About this dataset

This dataset provides a detailed look into the world of competitive video gaming in universities. It covers a wide range of topics, from performance rankings and results across multiple esports platforms to the individual team and university rankings within each tournament. With an incredible wealth of data, fans can discover statistics on their favorite teams or explore the challenges placed upon university gamers as they battle it out to be the best. Dive into the information provided and get an inside view into the world of collegiate esports tournaments as you assess all things from Match ID, Team 1, University affiliations, Points earned or lost in each match and special Seeds or UniSeeds for exceptional teams. Of course don't forget about exploring all the great Team Names along with their corresponding websites for further details on stats across tournaments!

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

Download Files
First, make sure you have downloaded the CS_week1, CS_week2, CS_week3 and seeds datasets on Kaggle. You will also need to download the currentRankings file for each week of competition. All files should be saved using their originally assigned name in order for your analysis tools to read them properly (ie: CS_week1.csv).

Understand File Structure
Once all data has been collected and organized into separate files on your desktop/laptop computer/mobile device/etc., it's time to become familiar with what type of information is included in each file. The main folder contains three main data files: week1-3 and seedings. The week1-3 contain teams matched against one another according to university, point score from match results as well as team name and website URL associated with university entry; whereas the seedings include a ranking system amongst university entries which are accompanied by information regarding team names, website URLs etc.. Furthermore, there is additional file featured which contains currentRankings scores for each individual player/teams for an first given period of competition (ie: first week).

Analyzing Data
Now that everything is set up on your end it’s time explore! You can dive deep into trends amongst universities or individual players in regards to specific match performances or standings overall throughout weeks of competition etc… Furthermore you may also jumpstart insights via further creation of graphs based off compiled date from sources taken from BUECTracker dataset! For example let us say we wanted compare two universities- let's say Harvard University v Cornell University - against one another since beginning of event i we shall extract respective points(column),dates(column)(found under result tab) ,regions(csilluminating North America vs Europe etc)general stats such as maps played etc.. As well any other custom ideas which would come along in regards when dealing with similar datasets!

Research Ideas

  • Analyze the performance of teams and identify areas for improvement for better performance in future competitions.
  • Assess which esports platforms are the most popular among gamers.
  • Gain a better understanding of player rankings across different regions, based on rankings system, to create targeted strategies that could boost individual players' scoring potential or team overall success in competitive gaming events

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: CS_week1.csv

Column name Description
Match ID Unique identifier for each match. (Integer)
Team 1 Name of the first team in the match. (String)
University University associated with the team. (String)

File: CS_week1_currentRankings.csv

Column name Description
Match ID Unique identifier for each match. (Integer)
Points Points earned by each team or player in a match. (Integer)

File: CS_week2.csv

Column name Description
Match ID Unique identifier for each match. (Integer)
Team 1 Name of the first team in the match. (String)
University University associated with the team. (String)

File: CS_week2_currentRankings.csv

Column name Description
Match ID Unique identifier for each match. (Integer)
Points Points earned by each team or player in a match. (Integer)

File: CS_week3.csv

Column name Description
Match ID Unique identifier for each match. (Integer)
Team 1 Name of the first team in the match. (String)
University University associated with the team. (String)

File: CS_week3_currentRankings.csv

Column name Description
Match ID Unique identifier for each match. (Integer)
Points Points earned by each team or player in a match. (Integer)

File: seedings.csv

Column name Description
Match ID Unique identifier for each match. (Integer)
University University associated with the team. (String)
Team Name Name of the team. (String)
Team url URL of the team's website. (String)
Seeds Ranking of the team within the tournament. (Integer)
Uni seeds Ranking of the university within the tournament. (Integer)

File: Dota_week1.csv

Column name Description
Match ID Unique identifier for each match. (Integer)
Team 1 Name of the first team in the match. (String)
University University associated with the team. (String)

File: Dota_week1_currentRankings.csv

Column name Description
Match ID Unique identifier for each match. (Integer)
Points Points earned by each team or player in a match. (Integer)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit .

Tables

Cs Week1

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.cs_week1
  • 6.44 KB
  • 135 rows
  • 3 columns
Loading...

CREATE TABLE cs_week1 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Cs Week1 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.cs_week1_currentrankings
  • 3.2 KB
  • 63 rows
  • 2 columns
Loading...

CREATE TABLE cs_week1_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Cs Week2

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.cs_week2
  • 6.55 KB
  • 141 rows
  • 3 columns
Loading...

CREATE TABLE cs_week2 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Cs Week2 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.cs_week2_currentrankings
  • 3.24 KB
  • 63 rows
  • 2 columns
Loading...

CREATE TABLE cs_week2_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Cs Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.cs_week3
  • 6.21 KB
  • 124 rows
  • 3 columns
Loading...

CREATE TABLE cs_week3 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Cs Week3 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.cs_week3_currentrankings
  • 3.11 KB
  • 58 rows
  • 2 columns
Loading...

CREATE TABLE cs_week3_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Dota Week1

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.dota_week1
  • 4.23 KB
  • 46 rows
  • 3 columns
Loading...

CREATE TABLE dota_week1 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Dota Week1 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.dota_week1_currentrankings
  • 2.79 KB
  • 33 rows
  • 2 columns
Loading...

CREATE TABLE dota_week1_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Dota Week2

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.dota_week2
  • 4.19 KB
  • 46 rows
  • 3 columns
Loading...

CREATE TABLE dota_week2 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Dota Week2 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.dota_week2_currentrankings
  • 2.77 KB
  • 32 rows
  • 2 columns
Loading...

CREATE TABLE dota_week2_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Dota Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.dota_week3
  • 3.96 KB
  • 39 rows
  • 3 columns
Loading...

CREATE TABLE dota_week3 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Dota Week3 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.dota_week3_currentrankings
  • 2.68 KB
  • 28 rows
  • 2 columns
Loading...

CREATE TABLE dota_week3_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Fortnite Week 1

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.fortnite_week_1
  • 2.92 KB
  • 32 rows
  • 2 columns
Loading...

CREATE TABLE fortnite_week_1 (
  "team_1" VARCHAR,
  "university" VARCHAR
);

Fortnite Week 2

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.fortnite_week_2
  • 3.02 KB
  • 35 rows
  • 2 columns
Loading...

CREATE TABLE fortnite_week_2 (
  "team_1" VARCHAR,
  "university" VARCHAR
);

Fortnite Finalrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.fortnite_finalrankings
  • 2.64 KB
  • 25 rows
  • 2 columns
Loading...

CREATE TABLE fortnite_finalrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Fortnite Week1 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.fortnite_week1_currentrankings
  • 2.58 KB
  • 23 rows
  • 2 columns
Loading...

CREATE TABLE fortnite_week1_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Ggs Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.ggs_week3
  • 3.43 KB
  • 34 rows
  • 3 columns
Loading...

CREATE TABLE ggs_week3 (
  "unnamed_0" BIGINT,
  "team_1" DOUBLE,
  "university" VARCHAR
);

Ggs Week3 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.ggs_week3_currentrankings
  • 2.52 KB
  • 23 rows
  • 2 columns
Loading...

CREATE TABLE ggs_week3_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Ggs Week3 Positions

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.ggs_week3_positions
  • 11.68 KB
  • 76 rows
  • 15 columns
Loading...

CREATE TABLE ggs_week3_positions (
  "guilty_gear" DOUBLE,
  "university" VARCHAR,
  "username" VARCHAR,
  "week_1" DOUBLE,
  "week_2" DOUBLE,
  "week_3" DOUBLE,
  "week_4" VARCHAR,
  "week_5" VARCHAR,
  "overall" DOUBLE,
  "unnamed_9" VARCHAR,
  "unnamed_10" VARCHAR,
  "position" VARCHAR,
  "points_earnt" DOUBLE,
  "unnamed_13" VARCHAR,
  "unnamed_14" VARCHAR
);

Loln Week1

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.loln_week1
  • 5.43 KB
  • 103 rows
  • 3 columns
Loading...

CREATE TABLE loln_week1 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Loln Week1 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.loln_week1_currentrankings
  • 2.86 KB
  • 36 rows
  • 2 columns
Loading...

CREATE TABLE loln_week1_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Loln Week2

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.loln_week2
  • 5.38 KB
  • 98 rows
  • 3 columns
Loading...

CREATE TABLE loln_week2 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Loln Week2 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.loln_week2_currentrankings
  • 2.93 KB
  • 40 rows
  • 2 columns
Loading...

CREATE TABLE loln_week2_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Loln Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.loln_week3
  • 4.69 KB
  • 68 rows
  • 3 columns
Loading...

CREATE TABLE loln_week3 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Lols Week1

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.lols_week1
  • 5.77 KB
  • 122 rows
  • 3 columns
Loading...

CREATE TABLE lols_week1 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Lols Week1 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.lols_week1_currentrankings
  • 3.06 KB
  • 43 rows
  • 2 columns
Loading...

CREATE TABLE lols_week1_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Lols Week2

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.lols_week2
  • 5.67 KB
  • 117 rows
  • 3 columns
Loading...

CREATE TABLE lols_week2 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Lols Week2 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.lols_week2_currentrankings
  • 2.96 KB
  • 38 rows
  • 2 columns
Loading...

CREATE TABLE lols_week2_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Lols Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.lols_week3
  • 5 KB
  • 84 rows
  • 3 columns
Loading...

CREATE TABLE lols_week3 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Lol Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.lol_week3
  • 3.56 KB
  • 31 rows
  • 3 columns
Loading...

CREATE TABLE lol_week3 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Lol Week3 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.lol_week3_currentrankings
  • 3.57 KB
  • 76 rows
  • 2 columns
Loading...

CREATE TABLE lol_week3_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Ow Week1

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.ow_week1
  • 7.19 KB
  • 167 rows
  • 3 columns
Loading...

CREATE TABLE ow_week1 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Ow Week2

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.ow_week2
  • 7.26 KB
  • 172 rows
  • 3 columns
Loading...

CREATE TABLE ow_week2 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Ow Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.ow_week3
  • 7.05 KB
  • 163 rows
  • 3 columns
Loading...

CREATE TABLE ow_week3 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Ow Week3 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.ow_week3_currentrankings
  • 3.39 KB
  • 74 rows
  • 2 columns
Loading...

CREATE TABLE ow_week3_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

R6 Week1

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.r6_week1
  • 4.83 KB
  • 67 rows
  • 3 columns
Loading...

CREATE TABLE r6_week1 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

R6 Week1 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.r6_week1_currentrankings
  • 3.01 KB
  • 48 rows
  • 2 columns
Loading...

CREATE TABLE r6_week1_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

R6 Week2

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.r6_week2
  • 4.88 KB
  • 70 rows
  • 3 columns
Loading...

CREATE TABLE r6_week2 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

R6 Week2 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.r6_week2_currentrankings
  • 3.03 KB
  • 49 rows
  • 2 columns
Loading...

CREATE TABLE r6_week2_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

R6 Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.r6_week3
  • 4.67 KB
  • 62 rows
  • 3 columns
Loading...

CREATE TABLE r6_week3 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

R6 Week3 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.r6_week3_currentrankings
  • 2.95 KB
  • 46 rows
  • 2 columns
Loading...

CREATE TABLE r6_week3_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Rln Week1

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.rln_week1
  • 5.17 KB
  • 97 rows
  • 3 columns
Loading...

CREATE TABLE rln_week1 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Rln Week1 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.rln_week1_currentrankings
  • 2.8 KB
  • 34 rows
  • 2 columns
Loading...

CREATE TABLE rln_week1_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Rln Week2

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.rln_week2
  • 5.08 KB
  • 94 rows
  • 3 columns
Loading...

CREATE TABLE rln_week2 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Rln Week2 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.rln_week2_currentrankings
  • 2.82 KB
  • 34 rows
  • 2 columns
Loading...

CREATE TABLE rln_week2_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Rln Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.rln_week3
  • 4.47 KB
  • 68 rows
  • 3 columns
Loading...

CREATE TABLE rln_week3 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Rls Week1

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.rls_week1
  • 4.89 KB
  • 87 rows
  • 3 columns
Loading...

CREATE TABLE rls_week1 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Rls Week1 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.rls_week1_currentrankings
  • 2.82 KB
  • 32 rows
  • 2 columns
Loading...

CREATE TABLE rls_week1_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Rls Week2

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.rls_week2
  • 4.84 KB
  • 83 rows
  • 3 columns
Loading...

CREATE TABLE rls_week2 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Rls Week2 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.rls_week2_currentrankings
  • 2.84 KB
  • 33 rows
  • 2 columns
Loading...

CREATE TABLE rls_week2_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Rls Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.rls_week3
  • 4.4 KB
  • 63 rows
  • 3 columns
Loading...

CREATE TABLE rls_week3 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Rl Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.rl_week3
  • 3.85 KB
  • 37 rows
  • 3 columns
Loading...

CREATE TABLE rl_week3 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Rl Week3 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.rl_week3_currentrankings
  • 3.33 KB
  • 64 rows
  • 2 columns
Loading...

CREATE TABLE rl_week3_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Seedings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.seedings
  • 17.92 KB
  • 299 rows
  • 6 columns
Loading...

CREATE TABLE seedings (
  "unnamed_0" BIGINT,
  "team_name" VARCHAR,
  "team_url" VARCHAR,
  "university" VARCHAR,
  "seeds" DOUBLE,
  "uni_seeds" BIGINT
);

Sfv Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.sfv_week3
  • 3.02 KB
  • 13 rows
  • 3 columns
Loading...

CREATE TABLE sfv_week3 (
  "unnamed_0" BIGINT,
  "team_1" DOUBLE,
  "university" VARCHAR
);

Sfv Week3 Positions

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.sfv_week3_positions
  • 10.43 KB
  • 16 rows
  • 15 columns
Loading...

CREATE TABLE sfv_week3_positions (
  "sfv" DOUBLE,
  "university" VARCHAR,
  "username" VARCHAR,
  "week_1" DOUBLE,
  "week_2" DOUBLE,
  "week_3" DOUBLE,
  "week_4" VARCHAR,
  "week_5" VARCHAR,
  "overall" DOUBLE,
  "unnamed_9" VARCHAR,
  "unnamed_10" VARCHAR,
  "position" VARCHAR,
  "points_earnt" DOUBLE,
  "unnamed_13" VARCHAR,
  "unnamed_14" VARCHAR
);

Teams Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.teams_week3
  • 3.85 KB
  • 28 rows
  • 3 columns
Loading...

CREATE TABLE teams_week3 (
  "standings" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Teams Week3 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.teams_week3_currentrankings
  • 2.64 KB
  • 24 rows
  • 2 columns
Loading...

CREATE TABLE teams_week3_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Tekken Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.tekken_week3
  • 3.19 KB
  • 22 rows
  • 3 columns
Loading...

CREATE TABLE tekken_week3 (
  "unnamed_0" BIGINT,
  "team_1" DOUBLE,
  "university" VARCHAR
);

Tekken Week3 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.tekken_week3_currentrankings
  • 2.38 KB
  • 16 rows
  • 2 columns
Loading...

CREATE TABLE tekken_week3_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Tekken Week3 Positions

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.tekken_week3_positions
  • 11.73 KB
  • 33 rows
  • 16 columns
Loading...

CREATE TABLE tekken_week3_positions (
  "tekken" DOUBLE,
  "university" VARCHAR,
  "username" VARCHAR,
  "week_1" DOUBLE,
  "week_2" DOUBLE,
  "week_3" DOUBLE,
  "week_4" VARCHAR,
  "week_5" VARCHAR,
  "overall" DOUBLE,
  "unnamed_9" VARCHAR,
  "unnamed_10" VARCHAR,
  "position" VARCHAR,
  "points_earnt" DOUBLE,
  "unnamed_13" VARCHAR,
  "unnamed_14" VARCHAR,
  "unnamed_15" DOUBLE
);

Tft Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.tft_week3
  • 4.99 KB
  • 71 rows
  • 3 columns
Loading...

CREATE TABLE tft_week3 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Tft Week3 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.tft_week3_currentrankings
  • 3.1 KB
  • 43 rows
  • 2 columns
Loading...

CREATE TABLE tft_week3_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Total Week1 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.total_week1_currentrankings
  • 4.48 KB
  • 103 rows
  • 2 columns
Loading...

CREATE TABLE total_week1_currentrankings (
  "university" VARCHAR,
  "points" DOUBLE
);

Total Week2 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.total_week2_currentrankings
  • 4.55 KB
  • 106 rows
  • 2 columns
Loading...

CREATE TABLE total_week2_currentrankings (
  "university" VARCHAR,
  "points" DOUBLE
);

Total Week3 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.total_week3_currentrankings
  • 4.43 KB
  • 130 rows
  • 2 columns
Loading...

CREATE TABLE total_week3_currentrankings (
  "university" VARCHAR,
  "points" DOUBLE
);

Val Week1

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.val_week1
  • 9.93 KB
  • 310 rows
  • 3 columns
Loading...

CREATE TABLE val_week1 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Val Week1 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.val_week1_currentrankings
  • 3.83 KB
  • 94 rows
  • 2 columns
Loading...

CREATE TABLE val_week1_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Val Week2

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.val_week2
  • 10.12 KB
  • 318 rows
  • 3 columns
Loading...

CREATE TABLE val_week2 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Val Week2 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.val_week2_currentrankings
  • 3.87 KB
  • 94 rows
  • 2 columns
Loading...

CREATE TABLE val_week2_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Val Week3

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.val_week3
  • 9.71 KB
  • 297 rows
  • 3 columns
Loading...

CREATE TABLE val_week3 (
  "unnamed_0" BIGINT,
  "team_1" VARCHAR,
  "university" VARCHAR
);

Val Week3 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.val_week3_currentrankings
  • 3.8 KB
  • 90 rows
  • 2 columns
Loading...

CREATE TABLE val_week3_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Week 3 Positions

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.week_3_positions
  • 4.18 KB
  • 28 rows
  • 4 columns
Loading...

CREATE TABLE week_3_positions (
  "standings" BIGINT,
  "team" VARCHAR,
  "points" BIGINT,
  "omwp" VARCHAR
);

Week1 All Games

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.week1_all_games
  • 10.72 KB
  • 104 rows
  • 9 columns
Loading...

CREATE TABLE week1_all_games (
  "university" VARCHAR,
  "total_points" DOUBLE,
  "overwatch" DOUBLE,
  "r6_siege" DOUBLE,
  "dota_2" DOUBLE,
  "valorant" DOUBLE,
  "cs_go" DOUBLE,
  "rocket_league" DOUBLE,
  "league_of_legends" DOUBLE
);

Week2 All Games

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.week2_all_games
  • 11.67 KB
  • 107 rows
  • 10 columns
Loading...

CREATE TABLE week2_all_games (
  "university" VARCHAR,
  "total_points" DOUBLE,
  "overwatch" DOUBLE,
  "r6_siege" DOUBLE,
  "dota_2" DOUBLE,
  "valorant" DOUBLE,
  "cs_go" DOUBLE,
  "rocket_league" DOUBLE,
  "league_of_legends" DOUBLE,
  "fortnite" DOUBLE
);

Week3 All Games

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.week3_all_games
  • 13.63 KB
  • 130 rows
  • 13 columns
Loading...

CREATE TABLE week3_all_games (
  "university" VARCHAR,
  "total_points" DOUBLE,
  "overwatch" DOUBLE,
  "r6_siege" DOUBLE,
  "dota_2" DOUBLE,
  "cs_go" DOUBLE,
  "valorant" DOUBLE,
  "rocket_league" DOUBLE,
  "league_of_legends" DOUBLE,
  "smash_teams" DOUBLE,
  "fortnite" DOUBLE,
  "tekken_7_ufg" DOUBLE,
  "guilty_gear_strive_ufg" DOUBLE
);

W Week1 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.w_week1_currentrankings
  • 3.52 KB
  • 76 rows
  • 2 columns
Loading...

CREATE TABLE w_week1_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

W Week2 Currentrankings

@kaggle.thedevastator_unlocking_collegiate_esports_performance_with_bu.w_week2_currentrankings
  • 3.56 KB
  • 78 rows
  • 2 columns
Loading...

CREATE TABLE w_week2_currentrankings (
  "unnamed_0" VARCHAR,
  "points" DOUBLE
);

Share link

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