Baselight

Anime Dataset 2023

A Comprehensive Collection of Anime Information

@kaggle.dbdmobile_myanimelist_dataset

Final Animedataset
@kaggle.dbdmobile_myanimelist_dataset.final_animedataset

  • 450.01 MB
  • 35305695 rows
  • 13 columns
username

Username

anime_id

Anime Id

my_score

My Score

user_id

User Id

gender

Gender

title

Title

type

Type

source

Source

score

Score

scored_by

Scored By

rank

Rank

popularity

Popularity

genre

Genre

karthiga2192255153FemaleOne PieceTVManga8.544238689135Action, Adventure, Comedy, Super Power, Drama, Fantasy, Shounen
karthiga5972255153FemaleChobitsTVManga7.531753881546188Sci-Fi, Comedy, Drama, Romance, Ecchi, Seinen
karthiga7472255153FemaleGakuen AliceTVManga7.77332449411291Comedy, School, Shoujo, Super Power
karthiga12072255153FemaleFruits BasketTVManga7.77167968939222Slice of Life, Comedy, Drama, Romance, Fantasy, Shoujo
karthiga17872255153FemaleUltra ManiacTVManga7.26966325942490Magic, Comedy, Romance, School, Shoujo
karthiga21072255153FemaleRanma ½TVManga7.8559911802623Slice of Life, Comedy, Martial Arts, Fantasy
karthiga23262255153FemaleCardcaptor SakuraTVManga8.21121898297292Adventure, Comedy, Drama, Magic, Romance, Fantasy, School, Shoujo
karthiga23362255153FemaleDaa! Daa! Daa!TVManga7.7865989193045Comedy, Sci-Fi, Shoujo
karthiga24982255153FemaleInuYashaTVManga7.9181978697141Action, Adventure, Comedy, Historical, Demons, Supernatural, Magic, Romance, Fantasy, Shounen
karthiga269102255153FemaleBleachTVManga7.943309769318Action, Adventure, Comedy, Super Power, Supernatural, Shounen

CREATE TABLE final_animedataset (
  "username" VARCHAR,
  "anime_id" BIGINT,
  "my_score" BIGINT,
  "user_id" BIGINT,
  "gender" VARCHAR,
  "title" VARCHAR,
  "type" VARCHAR,
  "source" VARCHAR,
  "score" DOUBLE,
  "scored_by" BIGINT,
  "rank" DOUBLE,
  "popularity" BIGINT,
  "genre" VARCHAR
);

Share link

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