Minecraft Console Edition Speedrun Leaderboards
Collection of speedrun leaderboards for Minecraft: Legacy Console Edition
@kaggle.asaniczka_minecraft_console_edition_speedrun_leaderboards
Collection of speedrun leaderboards for Minecraft: Legacy Console Edition
@kaggle.asaniczka_minecraft_console_edition_speedrun_leaderboards
This dataset provides a comprehensive collection of speedrun leaderboards for the game Minecraft: Legacy Console Edition from the popular speedrunning website Speedrun.com.
It includes both gamewide category leaderboards and level-specific category leaderboards.
With this dataset, you can explore various aspects of the Minecraft: Legacy Console Edition speedrunning community, such as fastest completion times, verified runs, timing types, platforms used, player information, and more.
If you find this dataset valuable, don't forget to hit the upvote button! 😊💝
CREATE TABLE mce (
"run_id" VARCHAR,
"player_id" VARCHAR,
"place" BIGINT,
"speedrun_time" DOUBLE,
"is_verified" BOOLEAN,
"verify_date" TIMESTAMP,
"submitted_date" TIMESTAMP,
"examiner_id" VARCHAR,
"timing_type" VARCHAR,
"platform_id" VARCHAR,
"platform_name" VARCHAR,
"platform_released_year" BIGINT,
"is_level_cat" BOOLEAN,
"level_id" VARCHAR,
"level_name" VARCHAR,
"level_rules" VARCHAR,
"game_id" VARCHAR,
"category_id" VARCHAR,
"cat_name" VARCHAR,
"cat_rules" VARCHAR,
"player_name" VARCHAR,
"player_country" VARCHAR,
"player_pronouns" VARCHAR,
"player_signup_date" TIMESTAMP
);
Anyone who has the link will be able to view this.