Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayoubimaya/pokemon

R analysis on the Pokemon data
https://github.com/ayoubimaya/pokemon

Last synced: about 2 months ago
JSON representation

R analysis on the Pokemon data

Awesome Lists containing this project

README

        

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.