Baselight

Anime Character Database (July 2025)

A comprehensive dataset of over 200,000 anime & manga characters from MAL.

@kaggle.sazzadsiddiquelikhon_anime_character_database_july_2025

Loading...
Loading...

About this Dataset

Anime Character Database (July 2025)

Context

This dataset provides a comprehensive snapshot of the MyAnimeList.net character database as of July 17, 2025. It is designed to be a rich and unique resource for data scientists and anime enthusiasts, focusing specifically on the characters that inhabit the worlds of anime and manga. The data captures key information for over 200,000 unique characters, providing a deep look into their popularity, biographical details, and names.

Inspiration

While many datasets focus on anime series, the characters themselves are often the most memorable part of a story. This dataset was created to answer questions specifically about them:

  • What makes a character popular? Can we predict a character's favorites count based on their bio?
  • What are the common naming conventions or tropes in character names (name_kanji)?
  • Can Natural Language Processing (NLP) on the about text reveal common character archetypes or backstories?
  • This dataset serves as an excellent companion to any MyAnimeList anime or manga dataset, allowing for joins that can lead to deeper insights.

Tables

Anime Characters

@kaggle.sazzadsiddiquelikhon_anime_character_database_july_2025.anime_characters
  • 37.35 MB
  • 202983 rows
  • 10 columns
Loading...

CREATE TABLE anime_characters (
  "mal_id" BIGINT,
  "url" VARCHAR,
  "name" VARCHAR,
  "name_kanji" VARCHAR,
  "nicknames" VARCHAR,
  "favorites" BIGINT,
  "about" VARCHAR,
  "image_jpg_url" VARCHAR,
  "image_webp_url" VARCHAR,
  "image_webp_small_url" VARCHAR
);

Share link

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