Baselight

Anime Data

Consisting 1563 anime data

@kaggle.canggih_anime_data_score_staff_synopsis_and_genre

Loading...
Loading...

About this Dataset

Anime Data

Context

Japanese animation, which is known as anime, has become internationally widespread nowadays. This dataset provides data on anime taken from MyAnimeList.

Content

This dataset consists of 1563 anime data, with the following columns:

  • Title
  • Type
  • number of episodes
    etc

Acknowledgements

The dataset was collected from http://www.myanimelist.net

Inspiration

This dataset can be used to build recommendation systems, predict a score, visualize anime similarity, etc.

Tables

Dataanime

@kaggle.canggih_anime_data_score_staff_synopsis_and_genre.dataanime
  • 763.11 KB
  • 1563 rows
  • 20 columns
Loading...

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
);

Share link

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