navintiwari commited on
Commit
bc5eb66
·
verified ·
1 Parent(s): a2f20de

Update Readme.

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: cc
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc
3
+ ---
4
+
5
+ ### Pokemon Dataset
6
+
7
+ This dataset contains information on 1025 characters from the Pokemon universe.
8
+ The data was scraped from https://www.pokemon.com/us/pokedex. It contains information of
9
+ Pokemon characters like name, gender, their abilities and weaaknesses. The columns of the
10
+ dataset csv file are described below.
11
+
12
+ ### Columns
13
+
14
+ - **id:** Pokemon id.
15
+ - **img_url:** Image url from pokedex.
16
+ - **name:** Name of the Pokemon.
17
+ - **gender:** Genders the Pokemon comes in.
18
+ - **category:** The general category of the Pokemon like a lizard or a turtle or something else.
19
+ - **type:** The specific type of the pokemon like fire, grass, poison etc.
20
+ - **abilities:** Abilities of the Pokemon.
21
+ - **weakness:** Weaknesses of the Pokemon.
22
+ - **height:** Height of Pokemon in centimeters.
23
+ - **weight:** Weight of Pokemon in kilograms.
24
+ - **attack:** Attack rating on a scale of 15. More is better.
25
+ - **defense:** Defense rating on a scale of 15. More is better.
26
+ - **hp:** Hosrse Power on a scale of 15.
27
+ - **special_attack:** Special attack on a scale of 15.
28
+ - **special_defense:** Special attack on a scale of 15.
29
+ - **speed:** Speed of the Pokemon on a scale of 15.
30
+ - **version_x:** Description of the version x of the Pokemon.
31
+ - **version_y:** Description of the version y of the Pokemon.
32
+
33
+ ### TODO
34
+
35
+ This csv dataset will be accompanied with a large set of Pokemon images, roughly 100 images per Pokemon (102500 images in total approx.)