Pokemon Dataset With Stats
🦄100 Pokemon's with Stats and Types!!!
@kaggle.ritesh2000_pokemon_dataset_with_stats
🦄100 Pokemon's with Stats and Types!!!
@kaggle.ritesh2000_pokemon_dataset_with_stats
CREATE TABLE pokemon_go_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,
"stage" BIGINT,
"legendary" BOOLEAN
);
Anyone who has the link will be able to view this.