Crunchyroll Animes Database
anime votes and ratings displayed on crunchyroll
@kaggle.filipefilardi_crunchyroll_anime_ratings
anime votes and ratings displayed on crunchyroll
@kaggle.filipefilardi_crunchyroll_anime_ratings
This dataset represents all animes crawled from Crunchyroll in this repository, containing its rating, number of votes and genre.
Special thanks to Crunchyroll for providing the sitemap in robots.txt to get all information.
CREATE TABLE animes (
"anime" VARCHAR,
"anime_url" VARCHAR,
"anime_img" VARCHAR,
"episodes" BIGINT,
"votes" BIGINT,
"weight" BIGINT,
"rate" DOUBLE,
"rate_1" BIGINT,
"rate_2" BIGINT,
"rate_3" BIGINT,
"rate_4" BIGINT,
"rate_5" BIGINT,
"genre_action" DOUBLE,
"genre_adventure" DOUBLE,
"genre_comedy" DOUBLE,
"genre_drama" DOUBLE,
"genre_family" DOUBLE,
"genre_fantasy" DOUBLE,
"genre_food" DOUBLE,
"genre_harem" DOUBLE,
"genre_historical" DOUBLE,
"genre_horror" DOUBLE,
"genre_idols" DOUBLE,
"genre_isekai" DOUBLE,
"genre_jdrama" DOUBLE,
"genre_magical_girls" DOUBLE,
"genre_martial_arts" DOUBLE,
"genre_mecha" DOUBLE,
"genre_music" DOUBLE,
"genre_mystery" DOUBLE,
"genre_post_apocalyptic" DOUBLE,
"genre_romance" DOUBLE,
"genre_sci_fi" DOUBLE,
"genre_seinen" DOUBLE,
"genre_sgdrama" DOUBLE,
"genre_shojo" DOUBLE,
"genre_shonen" DOUBLE,
"genre_slice_of_life" DOUBLE,
"genre_sports" DOUBLE,
"genre_supernatural" DOUBLE,
"genre_thriller" DOUBLE
);Anyone who has the link will be able to view this.