Baselight

Top-Anime

Gum..Gum..Gum.......

@kaggle.omikumarmakadia2121_top_anime

Loading...
Loading...

About this Dataset

Top-Anime

Here's a description of the dataset:

Rank: This column represents the ranking of the anime titles based on their scores. The anime titles are sorted from the highest score (rank 1) to the lowest score.

Title: This column contains the titles of various anime series and movies. These titles include both TV series and movies, along with additional information like the number of episodes and release dates.

Score: This column displays the scores assigned to each anime title. The scores appear to be user or viewer ratings, indicating the popularity or quality of the anime. The scores are numeric values, with higher scores indicating a more favorable reception.

The dataset contains a variety of anime titles, including well-known series like "Fullmetal Alchemist: Brotherhood," "Steins; Gate," "Gintama," "Hunter x Hunter (2011)," "Attack on Titan," and many others. The scores in the dataset are given in decimal format, ranging from 8.71 to 9.10, and they provide an indication of how highly viewers have rated each anime title.

This dataset seems to be valuable for anime enthusiasts who want to explore popular and highly-rated anime series and movies, as it provides a ranked list based on viewer scores.

Tables

Top Animes 1

@kaggle.omikumarmakadia2121_top_anime.top_animes_1
  • 5.79 KB
  • 50 rows
  • 3 columns
Loading...

CREATE TABLE top_animes_1 (
  "rank" BIGINT,
  "title" VARCHAR,
  "score" DOUBLE
);

Share link

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