The Big Three Anime Arcs
Anime Vyuh: A Fusion of Coding and Anime
@kaggle.tarundalal_the_big_three_anime_arcs
Anime Vyuh: A Fusion of Coding and Anime
@kaggle.tarundalal_the_big_three_anime_arcs
Let’s analyze Big Three Anime
One Piece, Naruto, and Bleach
Big Three, as the name, states the three long-running anime had made a huge impact in Shounen History. What makes these three special? The Big three dominated an entire decade, with amazing characters cast, stunning openings and soundtracks and not to forget the fight scenes.
This dataset provides detailed information on each Arc from The Big Three Anime...
CREATE TABLE bigthree (
"arc" VARCHAR,
"start_onchapter" DOUBLE,
"totalchapters" BIGINT,
"totalpages" BIGINT,
"manga" VARCHAR -- Manga%,
"start_onepisode" BIGINT,
"totalepisodes" BIGINT,
"totalminutes_avg_24" BIGINT -- TotalMinutes(avg 24),
"anime" VARCHAR -- Anime%,
"bigthree" VARCHAR
);
Anyone who has the link will be able to view this.