Pokemon Dataset
900 Pokemon with stats and types
@kaggle.jaidalmotra_pokemon_dataset
900 Pokemon with stats and types
@kaggle.jaidalmotra_pokemon_dataset
CREATE TABLE pokemon (
"number" BIGINT,
"name" VARCHAR,
"type1" VARCHAR,
"type2" VARCHAR,
"total" BIGINT,
"hp" BIGINT,
"attack" BIGINT,
"defense" BIGINT,
"sp_attack" BIGINT,
"sp_defense" BIGINT,
"speed" BIGINT,
"generation" BIGINT,
"legendary" BOOLEAN
);
Anyone who has the link will be able to view this.