Baselight

Anime Recommendation Database 2020

Recommendation data from 320.0000 users and 16.000 animes at myanimelist.net

@kaggle.hernan4444_anime_recommendation_database_2020

Anime
@kaggle.hernan4444_anime_recommendation_database_2020.anime

  • 2.39 MB
  • 17562 rows
  • 35 columns
mal_id

MAL ID

name

Name

score

Score

genres

Genres

english_name

English Name

japanese_name

Japanese Name

type

Type

episodes

Episodes

aired

Aired

premiered

Premiered

producers

Producers

licensors

Licensors

studios

Studios

source

Source

duration

Duration

rating

Rating

ranked

Ranked

popularity

Popularity

members

Members

favorites

Favorites

watching

Watching

completed

Completed

on_hold

On-Hold

dropped

Dropped

plan_to_watch

Plan To Watch

score_10

Score-10

score_9

Score-9

score_8

Score-8

score_7

Score-7

score_6

Score-6

score_5

Score-5

score_4

Score-4

score_3

Score-3

score_2

Score-2

score_1

Score-1

1Cowboy Bebop8.78Action, Adventure, Comedy, Drama, Sci-Fi, SpaceCowboy BebopカウボーイビバップTV26Apr 3, 1998 to Apr 24, 1999Spring 1998Bandai VisualFunimation, Bandai EntertainmentSunriseOriginal24 min. per ep.R - 17+ (violence & profanity)28.0391251960619711058087181617151326678329800229170.0182126.0131625.062330.020688.08904.03184.01357.0741.01580.0
5Cowboy Bebop: Tengoku no Tobira8.39Action, Drama, Mystery, Sci-Fi, SpaceCowboy Bebop:The Movieカウボーイビバップ 天国の扉Movie1Sep 1, 2001UnknownSunrise, Bandai VisualSony Pictures EntertainmentBonesOriginal1 hr. 55 min.R - 17+ (violence & profanity)159.05182731451174414320833319357705796430043.049201.049505.022632.05805.01877.0577.0221.0109.0379.0
6Trigun8.24Action, Sci-Fi, Adventure, Comedy, Drama, ShounenTrigunトライガンTV26Apr 1, 1998 to Sep 30, 1998Spring 1998Victor EntertainmentFunimation, Geneon Entertainment USAMadhouseManga24 min. per ep.PG-13 - Teens 13 or older266.02015589131294429113343492254651392514691850229.075651.086142.049432.015376.05838.01965.0664.0316.0533.0
7Witch Hunter Robin7.27Action, Mystery, Police, Supernatural, Drama, MagicWitch Hunter RobinWitch Hunter ROBIN (ウイッチハンターロビン)TV26Jul 2, 2002 to Dec 24, 2002Summer 2002TV Tokyo, Bandai Visual, Dentsu, Victor EntertainmentFunimation, Bandai EntertainmentSunriseOriginal25 min. per ep.PG-13 - Teens 13 or older2481.014679468358743004616551215378337192182.04806.010128.011618.05709.02920.01083.0353.0164.0131.0
8Bouken Ou Beet6.98Adventure, Fantasy, Shounen, SupernaturalBeet the Vandel Buster冒険王ビィトTV52Sep 30, 2004 to Sep 29, 2005Fall 2004TV Tokyo, DentsuUnknownToei AnimationManga23 min. per ep.PG - Children3710.043691322418642731476611083394312.0529.01242.01713.01068.0634.0265.083.050.027.0
15Eyeshield 217.95Action, Sports, Comedy, ShounenUnknownアイシールド21TV145Apr 6, 2005 to Mar 19, 2008Spring 2005TV Tokyo, Nihon Ad Systems, TV Tokyo Music, ShueishaVIZ Media, Sentai FilmworksGallopManga23 min. per ep.PG-13 - Teens 13 or older604.01003148259206613907783491422811573302029226.014904.022811.016734.06206.02621.0795.0336.0140.0151.0
16Hachimitsu to Clover8.06Comedy, Drama, Josei, Romance, Slice of LifeHoney and CloverハチミツとクローバーTV24Apr 15, 2005 to Sep 27, 2005Spring 2005Genco, Fuji TV, ShueishaVIZ Media, Discotek MediaJ.C.StaffManga23 min. per ep.PG-13 - Teens 13 or older468.06872144994101119098114511901110269851811829.016309.020008.013062.05574.03148.01339.0484.0278.0321.0
17Hungry Heart: Wild Striker7.59Slice of Life, Comedy, Sports, ShounenUnknownハングリーハート Wild StrikerTV52Sep 11, 2002 to Sep 10, 2003Fall 2002UnknownUnknownNippon AnimationManga23 min. per ep.PG-13 - Teens 13 or older1317.036122047023181713778828116838791123.01777.03102.03075.01286.0602.0218.088.031.032.0
18Initial D Fourth Stage8.15Action, Cars, Sports, Drama, SeinenUnknown頭文字〈イニシャル〉D FOURTH STAGETV24Apr 17, 2004 to Feb 18, 2006Spring 2004OB Planning, Studio JackFunimationA.C.G.T.Manga27 min. per ep.PG-13 - Teens 13 or older360.01233117929979608290967305313561647110948.015820.022379.012912.03874.01236.0369.097.048.0259.0
19Monster8.76Drama, Horror, Mystery, Police, Psychological, Seinen, ThrillerMonsterモンスターTV74Apr 7, 2004 to Sep 28, 2005Spring 2004VAP, Shogakukan-Shueisha Productions, Nippon Television NetworkVIZ MediaMadhouseManga24 min. per ep.R+ - Mild Nudity30.01696141002943664648214491474882300826446577350.060652.043459.022045.08861.04381.02086.0882.0593.01177.0

CREATE TABLE anime (
  "mal_id" BIGINT,
  "name" VARCHAR,
  "score" VARCHAR,
  "genres" VARCHAR,
  "english_name" VARCHAR,
  "japanese_name" VARCHAR,
  "type" VARCHAR,
  "episodes" VARCHAR,
  "aired" VARCHAR,
  "premiered" VARCHAR,
  "producers" VARCHAR,
  "licensors" VARCHAR,
  "studios" VARCHAR,
  "source" VARCHAR,
  "duration" VARCHAR,
  "rating" VARCHAR,
  "ranked" VARCHAR,
  "popularity" BIGINT,
  "members" BIGINT,
  "favorites" BIGINT,
  "watching" BIGINT,
  "completed" BIGINT,
  "on_hold" BIGINT,
  "dropped" BIGINT,
  "plan_to_watch" BIGINT,
  "score_10" VARCHAR,
  "score_9" VARCHAR,
  "score_8" VARCHAR,
  "score_7" VARCHAR,
  "score_6" VARCHAR,
  "score_5" VARCHAR,
  "score_4" VARCHAR,
  "score_3" VARCHAR,
  "score_2" VARCHAR,
  "score_1" VARCHAR
);

Share link

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