metadata
license: cc
Pokemon Dataset
This dataset contains information on 1025 characters from the Pokemon universe. The data was scraped from https://www.pokemon.com/us/pokedex. It contains information of Pokemon characters like name, gender, their abilities and weaaknesses. The columns of the dataset csv file are described below.
Columns
- id: Pokemon id.
- img_url: Image url from pokedex.
- name: Name of the Pokemon.
- gender: Genders the Pokemon comes in.
- category: The general category of the Pokemon like a lizard or a turtle or something else.
- type: The specific type of the pokemon like fire, grass, poison etc.
- abilities: Abilities of the Pokemon.
- weakness: Weaknesses of the Pokemon.
- height: Height of Pokemon in centimeters.
- weight: Weight of Pokemon in kilograms.
- attack: Attack rating on a scale of 15. More is better.
- defense: Defense rating on a scale of 15. More is better.
- hp: Hosrse Power on a scale of 15.
- special_attack: Special attack on a scale of 15.
- special_defense: Special attack on a scale of 15.
- speed: Speed of the Pokemon on a scale of 15.
- version_x: Description of the version x of the Pokemon.
- version_y: Description of the version y of the Pokemon.
TODO
This csv dataset will be accompanied with a large set of Pokemon images, roughly 100 images per Pokemon (102500 images in total approx.)