Pokemon With Stats
721 Pokemon with stats and types
@kaggle.abcsds_pokemon
721 Pokemon with stats and types
@kaggle.abcsds_pokemon
CREATE TABLE pokemon (
"n" BIGINT,
"name" VARCHAR,
"type_1" VARCHAR,
"type_2" VARCHAR,
"total" BIGINT,
"hp" BIGINT,
"attack" BIGINT,
"defense" BIGINT,
"sp_atk" BIGINT,
"sp_def" BIGINT,
"speed" BIGINT,
"generation" BIGINT,
"legendary" BOOLEAN
);
Anyone who has the link will be able to view this.