Baselight

One-Punch Man Dataset

Contains data of all characters introduced!!!

@kaggle.bansodetanishk_one_punch_man_dataset

Loading...
Loading...

About this Dataset

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)

Tables

Heroes

@kaggle.bansodetanishk_one_punch_man_dataset.heroes
  • 8.83 KB
  • 138 rows
  • 6 columns
Loading...

CREATE TABLE heroes (
  "sr_no" BIGINT,
  "rank" VARCHAR,
  "class" VARCHAR,
  "name" VARCHAR,
  "gender" VARCHAR,
  "abilities" VARCHAR
);

Others

@kaggle.bansodetanishk_one_punch_man_dataset.others
  • 4.08 KB
  • 44 rows
  • 4 columns
Loading...

CREATE TABLE others (
  "sr_no" BIGINT,
  "occupation" VARCHAR,
  "name" VARCHAR,
  "gender" VARCHAR
);

Villains

@kaggle.bansodetanishk_one_punch_man_dataset.villains
  • 6.54 KB
  • 155 rows
  • 4 columns
Loading...

CREATE TABLE villains (
  "sr_no" BIGINT,
  "affiliation" VARCHAR,
  "name" VARCHAR,
  "gender" VARCHAR
);

Share link

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