Esports Earnings 1998 - 2023
A monthly look at money distributed in various Esports tournaments
@kaggle.rankirsh_esports_earnings
A monthly look at money distributed in various Esports tournaments
@kaggle.rankirsh_esports_earnings
CREATE TABLE generalesportdata (
"game" VARCHAR,
"releasedate" BIGINT,
"genre" VARCHAR,
"totalearnings" DOUBLE,
"offlineearnings" DOUBLE,
"percentoffline" DOUBLE,
"totalplayers" BIGINT,
"totaltournaments" BIGINT
);
CREATE TABLE historicalesportdata (
"date" TIMESTAMP,
"game" VARCHAR,
"earnings" DOUBLE,
"players" BIGINT,
"tournaments" BIGINT
);
Anyone who has the link will be able to view this.