-
Notifications
You must be signed in to change notification settings - Fork 13
/
readme.html
59 lines (53 loc) · 3.09 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<body>
<h1>Pokemon</h1>
<center><img src="http://i65.tinypic.com/x38m6e.png" alt="Pokemon"></center>
<p> <h2>About Old Pokemon Dataset:</h2>
The dataset contains 721 Pokemon, and is about the <a href="https://en.wikipedia.org/wiki/Pok%C3%A9mon_%28video_game_series%29" target="_blank"> pokemon video games</a> (not Pokemon GO or the pokemon card game).
The data described below:<br><br>
<ul style="list-style-type:disc">
<li><b>#:</b> Pokemon ID</li>
<li><b>Name: </b>Each pokemon's name</li>
<li><b>Type 1: </b>Properties for pokemon and their moves (each type has its own strengths and weaknesses)</li>
<li><b>Type 2: </b>Some pokemon have two types</li>
<li><b>Total: </b>The sum of all stats below</li>
<li><b>HP: </b>Hit points (health)</li>
<li><b>Attack: </b>The base modifier for normal attacks</li>
<li><b>Defense:</b> The stat for protection against normal attacks</li>
<li><b>SP Atk: </b>The base modifier for special attacks</li>
<li><b>SP Def: </b>The stat for protection against special attacks</li>
<li><b>Speed: </b>Determines which pokemon attacks first in each round</li>
<li><b>Generation:</b> The generation of the pokemon
<li><b>Legendary:</b> Whether or not pokemon is legendary
</ul>
<h2> Data Acquisition:</h2>
<a href="https://github.com/ayoubimaya/pokemon/blob/master/Old%20Pokemon%20Dataset/Pokemon.csv">pokemon repo</a>
<h2>Data Source:</h2>
<a href="http://www.pokemon.com/us/pokedex/" target="_blank">pokemon.com</a>
<br><a href="http://pokemondb.net/pokedex" target="_blank">pokemondb</a>
<br><a href="http://bulbapedia.bulbagarden.net/wiki/List_of_Pok%C3%A9mon_by_National_Pok%C3%A9dex_number" target="_blank">bulbedia</a>
</p>
<p> <h2>About New Pokemon Dataset:</h2>
The dataset contains 802 Pokemon, and is about the <a href="https://en.wikipedia.org/wiki/Pok%C3%A9mon_%28video_game_series%29" target="_blank"> pokemon video games</a> (not Pokemon GO or the pokemon card game).
This dataset specifically contains Pokemon from Generation 7 (Pokemon Sun and Moon).
The data described below:
<ul style="list-style-type:disc">
<li><b>id:</b> Pokemon ID</li>
<li><b>Index:</b> Pokedex number</li>
<li><b>Name: </b>Each pokemon's name</li>
<li><b>Form:</b> Distinguishes the different forms of a Pokemon</li>
<li><b>Type 1: </b>Properties for pokemon and their moves (each type has its own strengths and weaknesses)</li>
<li><b>Type 2: </b>Some pokemon have two types</li>
<li><b>HP: </b>Hit points (health)</li>
<li><b>Attack: </b>The base modifier for normal attacks</li>
<li><b>Defense:</b> The stat for protection against normal attacks</li>
<li><b>SP Atk: </b>The base modifier for special attacks</li>
<li><b>SP Def: </b>The stat for protection against special attacks</li>
<li><b>Speed: </b>Determines which pokemon attacks first in each round</li>
</ul>
<h2> Data Acquisition:</h2>
<a href="https://github.com/ayoubimaya/pokemon/blob/master/New%20Pokemon%20Dataset/pokemon_new.csv">pokemon repo</a>
<h2> </h2><font size="6">Note: I did not collect the data for the datasets.</font>
</p>
</body>
</html>