Gotta Graph ‘em all

Originally inspired by the childhood joy of insect collecting, this data captures the core attributes of hundreds of unique species across multiple generations.

Dataset Structure

AttributeTypeDescription
nameStringThe unique identifier for the creature species.
pokedex_numberNumericalThe ID assigned in the national/regional species index.
type1CategoricalThe primary elemental affinity (e.g., Grass, Fire, Water).
type2CategoricalThe secondary elemental affinity, if applicable.
base_totalNumericalThe aggregate sum of all six primary combat statistics.
hpNumericalCount of Hit Points; represents the creature’s total vitality.
attackNumericalNumerical power used for physical-based offensive maneuvers.
defenseNumericalResistance value against physical-based incoming damage.
sp_attackNumericalNumerical power used for elemental/energy-based maneuvers.
sp_defenseNumericalResistance value against elemental/energy-based incoming damage.
speedNumericalDetermines turn-order priority during an encounter.
height_mNumericalThe vertical measurement of the species in meters.
weight_kgNumericalThe mass of the species measured in kilograms.
capture_rateNumericalA mathematical coefficient (1–255) determining catch difficulty.
base_egg_stepsNumericalCount of steps required to hatch an egg of this species.
base_happinessNumericalThe starting affinity value between a trainer and the creature.
experience_growthNumericalThe total XP required for the species to reach its maximum level.
classficationStringThe biological category label (e.g., “Seed Pokémon”).
percentage_maleNumericalThe probability ratio (0–100) of the creature being male.
generationNumericalThe specific release era (1–7+) in which the species was introduced.
is_legendaryBooleanBinary flag (0 or 1) indicating if the species is a rare mythic entity.

Lab Questions

  1. Use the Box and Whiskers plot to determine which pokemon type(typ1) has the most attack on average.
  2. Is there any correlation between speed and attack?
  3. Is there any correlation between defense and hp?
  4. Build a model to predict a Pokemon attack using it’s height and weight to predict hp.

Dataset Source

Data for this project was sourced from The Complete Pokemon Dataset (2018), curated by Rounak Banik and hosted on Kaggle. Link

This project uses a dataset containing Pokémon statistics for research and educational purposes. Pokémon and Pokémon character names are trademarks and copyrights of Nintendo, Game Freak, and Creatures Inc. DataScratch is not affiliated with or endorsed by Nintendo.