Jojo Stand Dataset
This dataset contains detailed information about the "Stands" from the popular a
@kaggle.akshatsharmawork_jojo_stand_dataset
This dataset contains detailed information about the "Stands" from the popular a
@kaggle.akshatsharmawork_jojo_stand_dataset
Columns Description:
Stand_Name: The name of the Stand, as given in the series.
Example: Star Platinum, Magician's Red
Stand_User: The name of the character who wields the Stand.
Example: Jotaro Kujo, Muhammad Avdol
Power: The offensive capability of the Stand, graded on a scale (e.g., A, B, C, D, E).
Example: A, B, D
Speed: The Stand's speed, graded on the same scale as Power.
Example: A, B, C
Range: The maximum effective distance from the user, graded similarly.
Example: C, A, D
Stamina: The Stand's durability or endurance, also graded.
Example: A, B, D
Precision: The accuracy and control of the Stand's abilities, graded.
Example: A, C, D
Development: The potential for growth and evolution of the Stand, graded.
Example: D, E, C
Ability_Type: The functional category of the Stand's abilities (e.g., Close-Range, Long-Range).
Example: Close-Range, Long-Range
Form_Type: The Stand's physical form classification (e.g., Natural Humanoid, Artificial Non-Humanoid).
Example: Natural Humanoid, Artificial Humanoid
Tentative_Type: Additional classification that highlights special features or nature of the Stand.
Example: Evolved, Sentient, Shared
Part: The part of the series in which the Stand appears.
Example: 3 (Stardust Crusaders)
Dataset Features:
Use Cases:
CREATE TABLE jojo (
"stand_name" VARCHAR,
"stand_user" VARCHAR,
"power" VARCHAR,
"speed" VARCHAR,
"range" VARCHAR,
"stamina" VARCHAR,
"precision" VARCHAR,
"development" VARCHAR,
"ability_type" VARCHAR,
"form_type" VARCHAR,
"tentative_type" VARCHAR,
"part" BIGINT
);
Anyone who has the link will be able to view this.