Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ayoubimaya/pokemon
- Owner: ayoubimaya
- Created: 2016-09-17T23:48:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T07:09:52.000Z (over 4 years ago)
- Last Synced: 2024-06-20T09:33:59.845Z (7 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 29.6 MB
- Stars: 8
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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:
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