Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
licenses: cc0
|
3 |
+
---
|
4 |
+
Source: https://www.kaggle.com/datasets/rounakbanik/pokemon
|
5 |
+
|
6 |
+
Columns:
|
7 |
+
- name: The English name of the Pokemon
|
8 |
+
- japanese_name: The Original Japanese name of the Pokemon
|
9 |
+
- pokedex_number: The entry number of the Pokemon in the National Pokedex
|
10 |
+
- percentage_male: The percentage of the species that are male. Blank if the Pokemon is genderless.
|
11 |
+
- type1: The Primary Type of the Pokemon
|
12 |
+
- type2: The Secondary Type of the Pokemon
|
13 |
+
- classification: The Classification of the Pokemon as described by the Sun and Moon Pokedex
|
14 |
+
- height_m: Height of the Pokemon in metres
|
15 |
+
- weight_kg: The Weight of the Pokemon in kilograms
|
16 |
+
- capture_rate: Capture Rate of the Pokemon
|
17 |
+
- baseeggsteps: The number of steps required to hatch an egg of the Pokemon
|
18 |
+
- abilities: A stringified list of abilities that the Pokemon is capable of having
|
19 |
+
- experience_growth: The Experience Growth of the Pokemon
|
20 |
+
- base_happiness: Base Happiness of the Pokemon
|
21 |
+
- against_?: Eighteen features that denote the amount of damage taken against an attack of a particular type
|
22 |
+
- hp: The Base HP of the Pokemon
|
23 |
+
- attack: The Base Attack of the Pokemon
|
24 |
+
- defense: The Base Defense of the Pokemon
|
25 |
+
- sp_attack: The Base Special Attack of the Pokemon
|
26 |
+
- sp_defense: The Base Special Defense of the Pokemon
|
27 |
+
- speed: The Base Speed of the Pokemon
|
28 |
+
- generation: The numbered generation which the Pokemon was first introduced
|
29 |
+
- is_legendary: Denotes if the Pokemon is legendary.
|