Baselight

Top 2000 Anime - 2025

The 2000 Highest Rated Anime During May 2025

@kaggle.cybaspace_top_2000_anime_2025

Loading...
Loading...

About this Dataset

Top 2000 Anime - 2025

Top 2000 Anime from May 2025

Sourced from MyAnimeList API

Source

This dataset was pulled from the MyAnimeList API using my Python script, which can be found at the following GitHub link:

Tables

Top 2000 Anime

@kaggle.cybaspace_top_2000_anime_2025.top_2000_anime
  • 122.47 KB
  • 2000 rows
  • 13 columns
Loading...

CREATE TABLE top_2000_anime (
  "unnamed_0" BIGINT,
  "rank" BIGINT,
  "title" VARCHAR,
  "rating" DOUBLE,
  "genres" VARCHAR,
  "studios" VARCHAR,
  "popularity" BIGINT,
  "media_type" VARCHAR,
  "age_rating" VARCHAR,
  "num_episodes" BIGINT,
  "season" VARCHAR,
  "start_date" TIMESTAMP,
  "status" VARCHAR
);

Share link

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