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.