Skip to content

Latest commit

 

History

History
60 lines (55 loc) · 3.15 KB

README.md

File metadata and controls

60 lines (55 loc) · 3.15 KB

Pokemon

Pokemon

About Old Pokemon Dataset:

The dataset contains 721 Pokemon, and is about the pokemon video games (not Pokemon GO or the pokemon card game). The data described below:

  • #: Pokemon ID
  • Name: Each pokemon's name
  • Type 1: Properties for pokemon and their moves (each type has its own strengths and weaknesses)
  • Type 2: Some pokemon have two types
  • Total: The sum of all stats below
  • HP: Hit points (health)
  • Attack: The base modifier for normal attacks
  • Defense: The stat for protection against normal attacks
  • SP Atk: The base modifier for special attacks
  • SP Def: The stat for protection against special attacks
  • Speed: Determines which pokemon attacks first in each round
  • Generation: The generation of the pokemon
  • Legendary: Whether or not pokemon is legendary

Data Acquisition:

pokemon repo

Data Source:

pokemon.com
pokemondb
bulbedia

About New Pokemon Dataset:

The dataset contains 802 Pokemon, and is about the pokemon video games (not Pokemon GO or the pokemon card game). This dataset specifically contains Pokemon from Generation 7 (Pokemon Sun and Moon). The data described below:

  • id: Pokemon ID
  • Index: Pokedex number
  • Name: Each pokemon's name
  • Form: Distinguishes the different forms of a Pokemon
  • Type 1: Properties for pokemon and their moves (each type has its own strengths and weaknesses)
  • Type 2: Some pokemon have two types
  • HP: Hit points (health)
  • Attack: The base modifier for normal attacks
  • Defense: The stat for protection against normal attacks
  • SP Atk: The base modifier for special attacks
  • SP Def: The stat for protection against special attacks
  • Speed: Determines which pokemon attacks first in each round

Data Acquisition:

pokemon repo


Note: I did not collect the data for the datasets.