One-Punch Man Dataset
Contains data of all characters introduced!!!
@kaggle.bansodetanishk_one_punch_man_dataset
Contains data of all characters introduced!!!
@kaggle.bansodetanishk_one_punch_man_dataset
This dataset contains information only of Manga and Anime, and not of Web-Comic.
(Kaggle asked for long description so added this.)
('m going to make more Anime-related datasets in future.)
If you want any other dataset, just comment in discussion.
(Please upload your notebook for this Dataset)
CREATE TABLE heroes (
"sr_no" BIGINT -- Sr. No.,
"rank" VARCHAR,
"class" VARCHAR,
"name" VARCHAR,
"gender" VARCHAR,
"abilities" VARCHAR
);CREATE TABLE others (
"sr_no" BIGINT -- Sr. No.,
"occupation" VARCHAR,
"name" VARCHAR,
"gender" VARCHAR
);CREATE TABLE villains (
"sr_no" BIGINT -- Sr. No.,
"affiliation" VARCHAR,
"name" VARCHAR,
"gender" VARCHAR
);Anyone who has the link will be able to view this.