pokemon {ncldata}R Documentation

The Complete Pokemon Dataset - more than 800 Pokemon

Description

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/

Usage

data(pokemon)

Format

An object of class data.frame with 801 rows and 40 columns.

Value

A data frame with 801 rows and 40 variables.

Note

The data set contains the following fields:

name

The English name of the Pokemon

pokedex_number

The entry number of the Pokemon in the National Pokedex

generation

The numbered generation which the Pokemon was first introduced

type1

The Primary Type of the Pokemon

type2

The Secondary Type of the Pokemon

classification

The Classification of the Pokemon as described by the Sun and Moon Pokedex

hp

The Base HP of the Pokemon

attack

The Base Attack of the Pokemon

defense

The Base Defense of the Pokemon

sp_attack

The Base Special Attack of the Pokemon

sp_defense

The Base Special Defense of the Pokemon

speed

The Base Speed of the Pokemon

is_legendary

Denotes if the Pokemon is legendary

japanese_name

The Original Japanese name of the Pokemon

percentage_male

The percentage of the species that are male

height_m

Height of the Pokemon in metres

weight_kg

The Weight of the Pokemon in kilograms

capture_rate

Capture Rate of the Pokemon

base_egg_steps

The number of steps required to hatch an egg of the Pokemon

abilities

A list of abilities that the Pokemon is capable of having

experience_growth

The Experience Growth of the Pokemon

base_happiness

Base Happiness of the Pokemon

against_N

Eighteen features that denote the amount of damage taken against an attack of a particular type N

References

The information was scraped from http://serebii.net/ and licensed CC0: Public Domain

Examples

data(pokemon)

[Package ncldata version 1.4 Index]