Top Anime Dataset 2024
Data of the top 1000 anime 2024
@kaggle.bhavyadhingra00020_top_anime_dataset_2024
Data of the top 1000 anime 2024
@kaggle.bhavyadhingra00020_top_anime_dataset_2024
This dataset offers a comprehensive overview of the top animes of 2024, and is useful for building recommendation systems, visualizing trends in anime popularity and score, predicting scores and popularity, and such.
The dataset contains 22 features:
All of the information in this dataset has been gathered by scraping the MyAnimeList website, and is available under the Creative Commons License.
Cover Photo by: Playground.ai
CREATE TABLE top_anime_data (
"score" DOUBLE,
"popularity" BIGINT,
"rank" BIGINT,
"members" BIGINT,
"description" VARCHAR,
"synonyms" VARCHAR,
"japanese" VARCHAR,
"english" VARCHAR,
"type" VARCHAR,
"episodes" VARCHAR,
"status" VARCHAR,
"aired" VARCHAR,
"premiered" VARCHAR,
"broadcast" VARCHAR,
"producers" VARCHAR,
"licensors" VARCHAR,
"studios" VARCHAR,
"source" VARCHAR,
"genres" VARCHAR,
"demographic" VARCHAR,
"duration" VARCHAR,
"rating" VARCHAR
);Anyone who has the link will be able to view this.