Description Usage Format Source
A dataset containing many information regarding pokemon up to gen 8th games. First published by Mario Tormo in Kaggle.
1 |
A data frame with 1045 rows and 50 variables:
number of pokemon on the National Pokedex.
name of the pokemon in english.
name of the pokemon in german.
name of the pokemon in japanese.
pokemon's origin generation, ranges from 1 to 8.
indicates if pokemon is Normal, Legendary, Sub-Legendary or Mythical.
pokemon identifier based on its defining biological characteristics.
describes if a pokemon is a mono or dual type.
first type of the pokemon.
second type of the pokemon, if any.
mean height of the pokemon, in meters.
mean weight of the pokemon, in kilograms.
describes if a pokemon has 1, 2 or 3 possible abilities.
first ability of the pokemon.
second ability of the pokemon, if any.
hidden ability of the pokemon.
sum of all of the pokemon's stat poits.
pokemon's base hp stat value.
pokemon's base attack stat value.
pokemon's base defense stat value.
pokemon's base special attack stat value.
pokemon's base special defense stat value.
pokemon's base speed stat value.
pokemon base catch rate used to calculate catching probabilities.
friendship value when the pokemon is caught.
base value used to calculate how much exp a pokemon yields when defeated.
describe how fast a pokemon levels up and gains experience.
how many egg types the pokemon has.
pokemon's first egg type.
pokemon's second egg type, if any.
probability of finding a male pokemon in the wild of this species.
internal value used to track how long until an egg hatches.
value describing pokemon's received damage multiplicator against a normal type attack.
value describing pokemon's received damage multiplicator against a fire type attack.
value describing pokemon's received damage multiplicator against a water type attack.
value describing pokemon's received damage multiplicator against a electric type attack.
value describing pokemon's received damage multiplicator against a grass type attack.
value describing pokemon's received damage multiplicator against a ice type attack.
value describing pokemon's received damage multiplicator against a fighting type attack.
value describing pokemon's received damage multiplicator against poison type attack.
value describing pokemon's received damage multiplicator against a ground type attack.
value describing pokemon's received damage multiplicator against a flying type attack.
value describing pokemon's received damage multiplicator against a psychic type attack.
value describing pokemon's received damage multiplicator against a bug type attack.
value describing pokemon's received damage multiplicator against a rock type attack.
value describing pokemon's received damage multiplicator against a ghost type attack.
value describing pokemon's received damage multiplicator against a dragon type attack.
value describing pokemon's received damage multiplicator against a dark type attack.
value describing pokemon's received damage multiplicator against a steel type attack.
value describing pokemon's received damage multiplicator against a fairy type attack.
https://www.kaggle.com/mariotormo/complete-pokemon-dataset-updated-090420
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.