PlaygroundS3|LBCollation
Leaderboards across all 26 episodes in S3 playground series
@kaggle.ravi20076_playgrounds3lbcollation
Leaderboards across all 26 episodes in S3 playground series
@kaggle.ravi20076_playgrounds3lbcollation
This dataset is a summary of all public and private leaderboards across all playground season 3 episodes from 01-01-2023 till date. We collate the team details, competition details and public and private leaderboard scores and ranks for data analysis. We aim to use the dataset as input to visualize and understand leaderboard dynamics across all episodes in the series.
Data sources
CREATE TABLE playgrounds3lb (
"slug" VARCHAR,
"title" VARCHAR,
"subtitle" VARCHAR,
"episode" BIGINT,
"rankprivate" BIGINT,
"teamid" BIGINT,
"teamname" VARCHAR,
"lastsubmissiondateprivate" TIMESTAMP,
"scoreprivate" DOUBLE,
"submissioncount" BIGINT,
"teammemberusernames" VARCHAR,
"rankpublic" BIGINT,
"lastsubmissiondatepublic" TIMESTAMP,
"scorepublic" DOUBLE
);Anyone who has the link will be able to view this.