Anime Data
Consisting 1563 anime data
@kaggle.canggih_anime_data_score_staff_synopsis_and_genre
Consisting 1563 anime data
@kaggle.canggih_anime_data_score_staff_synopsis_and_genre
Japanese animation, which is known as anime, has become internationally widespread nowadays. This dataset provides data on anime taken from MyAnimeList.
This dataset consists of 1563 anime data, with the following columns:
The dataset was collected from http://www.myanimelist.net
This dataset can be used to build recommendation systems, predict a score, visualize anime similarity, etc.
CREATE TABLE dataanime (
"title" VARCHAR,
"type" VARCHAR,
"episodes" VARCHAR,
"status" VARCHAR,
"start_airing" VARCHAR,
"end_airing" VARCHAR,
"starting_season" VARCHAR,
"broadcast_time" VARCHAR,
"producers" VARCHAR,
"licensors" VARCHAR,
"studios" VARCHAR,
"sources" VARCHAR,
"genres" VARCHAR,
"duration" VARCHAR,
"rating" VARCHAR,
"score" DOUBLE,
"scored_by" BIGINT,
"members" BIGINT,
"favorites" BIGINT,
"description" VARCHAR
);Anyone who has the link will be able to view this.