evolutions75: OpenIntro 75 pokemons and their evolutions.

Description Usage Format Source Examples

Description

This data set covers 75 Pokemon evolutions spread across four species. A wide set of variables are provided, allowing a deeper dive into what characteristics are important in predicting a Pokemon's final combat power (CP).

Usage

1

Format

Data frame with columns

name

A unique name given to the Pokemon

species

The Pokemon's type, e.g. Pidgey.

cp

Pre-evolution Combat Power, which is a summary of the Pokemon's strength for battling prior to the evolution of the Pokemon.

hp

Pre-evolution Hit Points, which is a summary of how difficult it is to weaken the Pokemon in a battle.

weight

Pre-evolution weight, in kilograms.

height

Pre-evolution height, in meters.

power_up_stardust

Pre-evolution stardust required to power up the Pokemon.

power_up_candy

Pre-evolution candy required to power up the Pokemon.

attack_weak

The name of the pre-evolution weaker attack of the Pokemon.

attack_weak_type

The type of the pre-evolution weaker attack.

attack_weak_value

The damage done by the pre-evolution weaker attack.

attack_strong

The name of the pre-evolution stronger attack.

attack_strong_type

The type of the pre-evolution stronger attack.

attack_strong_value

The damage done by the pre-evolution stronger attack.

cp_new

Post-evolution Combat Power.

hp_new

Post-evolution Hit Points.

weight_new

Post-evolution weight, in kilograms.

height_new

Post-evolution height, in meters.

power_up_stardust_new

Post-evolution stardust required to power up the Pokemon.

power_up_candy_new

Post-evolution candy required to power up the Pokemon.

attack_weak_new

The name of the post-evolution weaker attack.

attack_weak_type_new

The type of the post-evolution weaker attack.

attack_weak_value_new

The damage done by the post-evolution weaker attack.

attack_strong_new

The name of the post-evolution stronger attack.

attack_strong_type_new

The type of the post-evolution stronger attack.

attack_strong_value_new

The damage done by the post-evolution stronger attack.

notes

Any additional notes made while collecting the data.

Source

https://www.openintro.org/stat/data/?data=pokemon, downloaded 2016-08-21

Examples

1

ChihChengLiang/pokemongor documentation built on May 6, 2019, 10:54 a.m.