Dataset Of 32000 Pokemon Images & CSV, JSON
Discover the Ultimate Pokémon Collection: 32K Images Await Your Exploration!!!
@kaggle.divyanshusingh369_complete_pokemon_library_32k_images_and_csv
Discover the Ultimate Pokémon Collection: 32K Images Await Your Exploration!!!
@kaggle.divyanshusingh369_complete_pokemon_library_32k_images_and_csv
CREATE TABLE pokemondb_dataset (
"pokemon" VARCHAR,
"type" VARCHAR,
"species" VARCHAR,
"height" VARCHAR,
"weight" VARCHAR,
"abilities" VARCHAR,
"ev_yield" VARCHAR,
"catch_rate" VARCHAR,
"base_friendship" VARCHAR,
"base_exp" VARCHAR,
"growth_rate" VARCHAR,
"egg_groups" VARCHAR,
"gender" VARCHAR,
"egg_cycles" VARCHAR,
"hp_base" BIGINT,
"hp_min" BIGINT,
"hp_max" BIGINT,
"attack_base" BIGINT,
"attack_min" BIGINT,
"attack_max" BIGINT,
"defense_base" BIGINT,
"defense_min" BIGINT,
"defense_max" BIGINT,
"special_attack_base" BIGINT,
"special_attack_min" BIGINT,
"special_attack_max" BIGINT,
"special_defense_base" BIGINT,
"special_defense_min" BIGINT,
"special_defense_max" BIGINT,
"speed_base" BIGINT,
"speed_min" BIGINT,
"speed_max" BIGINT
);
Anyone who has the link will be able to view this.