pokemon {ncldata} | R Documentation |
This dataset contains information on 801 Pokemon from the first Seven Generations of Pokemon. The information contained in this dataset include Base Stats, Performance against Other Types, Height, Weight, Classification, Egg Steps, Experience Points, Abilities, etc. The information was scraped from http://serebii.net/
data(pokemon)
An object of class data.frame
with 801 rows and 40 columns.
A data frame with 801 rows and 40 variables.
The data set contains the following fields:
The English name of the Pokemon
The entry number of the Pokemon in the National Pokedex
The numbered generation which the Pokemon was first introduced
The Primary Type of the Pokemon
The Secondary Type of the Pokemon
The Classification of the Pokemon as described by the Sun and Moon Pokedex
The Base HP of the Pokemon
The Base Attack of the Pokemon
The Base Defense of the Pokemon
The Base Special Attack of the Pokemon
The Base Special Defense of the Pokemon
The Base Speed of the Pokemon
Denotes if the Pokemon is legendary
The Original Japanese name of the Pokemon
The percentage of the species that are male
Height of the Pokemon in metres
The Weight of the Pokemon in kilograms
Capture Rate of the Pokemon
The number of steps required to hatch an egg of the Pokemon
A list of abilities that the Pokemon is capable of having
The Experience Growth of the Pokemon
Base Happiness of the Pokemon
Eighteen features that denote the amount of damage taken against an attack of a particular type N
The information was scraped from http://serebii.net/ and licensed CC0: Public Domain
data(pokemon)