Baselight

Manga, Manhwa And Manhua Dataset

A Dataset of Manga, Manhwa and Manhua on Anime-Planet Website

@kaggle.victorsoeiro_manga_manhwa_and_manhua_dataset

Loading...
Loading...

About this Dataset

Manga, Manhwa And Manhua Dataset

Context

The dataset contains +70k unique manga, manhwa, and manhua with 6 columns containing general information. With the increasing popularity of comics over the last decades, I thought this dataset could be useful for EDA and Recommender Systems.

Content

The Anime-Planet website uses a system page to show all items in the database. Each row of the database represents a distinct manga, such as Solo Leveling or One Piece. The columns contain the main information of the mangas, like the title, rating, description, released year, tags, and image cover.

  • title: Full name of the manga.
  • rating: Average rating of the manga by all users in Anime-Planet.
  • description: Description of the manga.
  • year: Released year of the manga.
  • tags: A list of tags for the manga, like Drama, Comedy, or Fantasy.
  • cover: The image cover of the manga.

The code and explanations on how the code was scraped are available on a repository on GitHub.

Acknowledgement

This dataset is only possible because of Anime-Planet Website. and its amazing amount of information.

Tables

Data

@kaggle.victorsoeiro_manga_manhwa_and_manhua_dataset.data
  • 17.02 MB
  • 70948 rows
  • 6 columns
Loading...

CREATE TABLE data (
  "title" VARCHAR,
  "description" VARCHAR,
  "rating" DOUBLE,
  "year" DOUBLE,
  "tags" VARCHAR,
  "cover" VARCHAR
);

Share link

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