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
This dataset includes two directories with a collection of approximately 32,000 Pokémon images, along with two important files: a CSV file and a JSON file. The CSV file contains various details about each Pokémon, such as its name, type, species, height, weight, abilities, EV yield, catch rate, base friendship, base exp, growth rate, egg groups, gender, egg cycles, and base stats.
CSV and JSON File Descriptors
Pokemon Dataset Directory
This directory contains 973 Pokémon across all generations from 1 to 9, totaling 29,534 sprite images. Images may vary in dimensions, and animated GIFs are included for each Pokémon.
Pokemon Images DB Directory
In the Project Images DB directory, you'll find images of 1187 Pokémon, each accompanied by an original image and an image with the background removed. These images are ideal for projects like Pokémon Library, where you can display the images in your project just like the examples provided below.
The dataset is sourced from the PokémonDB database, ensuring reliability and accuracy.
The images are sourced from Google.
Sources
All data and images are collected from the PokémonDB database, maintaining authenticity and credibility. Additionally, a JSON file is provided for simplicity.
If you find this dataset valuable for your projects, consider making a contribution of any amount to my PayPal Account. Even a small donation of $0.1 keeps me motivated to create more amazing datasets like this. Your support helps fuel further innovation and development. Additionally, feel free to leave comments about your experience with this dataset and contribute by applying it to machine learning algorithms in your Kaggle Notebook. Together, we can continue to drive progress and make meaningful advancements in the field.
Paypal Account - https://www.paypal.com/paypalme/divyanshu3690
I hope you will learn something great from this dataset and will make amazing Projects by using this dataset.
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.