Baselight

Top 264 Speedrun.com Leaderboard Stats

Scraped leaderboards for top 264 games on speedrun.com

@kaggle.asaniczka_top_264_speedrun_com_leaderboard_stats

Loading...
Loading...

About this Dataset

Top 264 Speedrun.com Leaderboard Stats

This dataset provides a comprehensive collection of speedrun leaderboards 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 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! 😊💝

Checkout my top datasets

Interesting Task Ideas:

  1. Analyze trends in speedrun times over time
  2. Explore the relationship between platform choice and speedrun performance.
  3. Analyze player data to identify key contributors to the speedrunning community.
  4. Identify the top-performing speedrunners in the community across different games.
  5. Discover patterns and trends in player signup dates
  6. Discover patterns and trends in player geographical distribution.
  7. Determine the most popular platforms used for speedruns.
  8. Explore differences in speedruns based on player pronouns and countries.

NOTE:

  • This dataset contains multiple leaderboard.

For each game, there are 2 main types of leaderboards.

  1. Gamewide leaderboards
  2. Per level leaderboards

Per level leaderboards are futher divided into different categories. Depending on the game, there maybe multiple categories for each level and each category will contain it's own leaderboard.

So, a unique leaderboard is either game_id + category_id or game_id + level_id + category_id

place column refers to the players rank in that leaderboard

Tables

Full Speedrun Dataset

@kaggle.asaniczka_top_264_speedrun_com_leaderboard_stats.full_speedrun_dataset
  • 25.7 MB
  • 450862 rows
  • 25 columns
Loading...

CREATE TABLE full_speedrun_dataset (
  "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" DOUBLE,
  "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,
  "game_name" VARCHAR
);

Share link

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