pokedex: Informations of pokemon stats up to 8th gen.

Description Usage Format Source

Description

A dataset containing many information regarding pokemon up to gen 8th games. First published by Mario Tormo in Kaggle.

Usage

1

Format

A data frame with 1045 rows and 50 variables:

pokedex_number

number of pokemon on the National Pokedex.

name

name of the pokemon in english.

german_name

name of the pokemon in german.

japanese_name

name of the pokemon in japanese.

generation

pokemon's origin generation, ranges from 1 to 8.

status

indicates if pokemon is Normal, Legendary, Sub-Legendary or Mythical.

species

pokemon identifier based on its defining biological characteristics.

type_number

describes if a pokemon is a mono or dual type.

type_1

first type of the pokemon.

type_2

second type of the pokemon, if any.

height_m

mean height of the pokemon, in meters.

weight_kg

mean weight of the pokemon, in kilograms.

abilities_number

describes if a pokemon has 1, 2 or 3 possible abilities.

ability_1

first ability of the pokemon.

ability_2

second ability of the pokemon, if any.

ability_hidden

hidden ability of the pokemon.

total_points

sum of all of the pokemon's stat poits.

hp

pokemon's base hp stat value.

attack

pokemon's base attack stat value.

defense

pokemon's base defense stat value.

sp_attack

pokemon's base special attack stat value.

sp_defense

pokemon's base special defense stat value.

speed

pokemon's base speed stat value.

catch_rate

pokemon base catch rate used to calculate catching probabilities.

base_friendship

friendship value when the pokemon is caught.

base_experience

base value used to calculate how much exp a pokemon yields when defeated.

growth_rate

describe how fast a pokemon levels up and gains experience.

egg_type_number

how many egg types the pokemon has.

egg_type_1

pokemon's first egg type.

egg_type_2

pokemon's second egg type, if any.

percentage_male

probability of finding a male pokemon in the wild of this species.

egg_cycles

internal value used to track how long until an egg hatches.

against_normal

value describing pokemon's received damage multiplicator against a normal type attack.

against_fire

value describing pokemon's received damage multiplicator against a fire type attack.

against_water

value describing pokemon's received damage multiplicator against a water type attack.

against_electric

value describing pokemon's received damage multiplicator against a electric type attack.

against_grass

value describing pokemon's received damage multiplicator against a grass type attack.

against_ice

value describing pokemon's received damage multiplicator against a ice type attack.

against_fight

value describing pokemon's received damage multiplicator against a fighting type attack.

against_poison

value describing pokemon's received damage multiplicator against poison type attack.

against_ground

value describing pokemon's received damage multiplicator against a ground type attack.

against_flying

value describing pokemon's received damage multiplicator against a flying type attack.

against_psychic

value describing pokemon's received damage multiplicator against a psychic type attack.

against_bug

value describing pokemon's received damage multiplicator against a bug type attack.

against_rock

value describing pokemon's received damage multiplicator against a rock type attack.

against_ghost

value describing pokemon's received damage multiplicator against a ghost type attack.

against_dragon

value describing pokemon's received damage multiplicator against a dragon type attack.

against_dark

value describing pokemon's received damage multiplicator against a dark type attack.

against_steel

value describing pokemon's received damage multiplicator against a steel type attack.

against_fairy

value describing pokemon's received damage multiplicator against a fairy type attack.

Source

https://www.kaggle.com/mariotormo/complete-pokemon-dataset-updated-090420


victordogo/pokechoosr documentation built on Dec. 23, 2021, 3:10 p.m.