Baselight

Data Of 1025 Pokemons

dataset of pokemons with description, name of the pokemon from which they evolve

@kaggle.hamzacyberpatcher_data_of_1010_pokemons

About this Dataset

Data Of 1025 Pokemons

This is a dataset of 1025 pokemons that I scraped from pokeapi.co using python. I made a pokedex in flask using this api ( hamzacyberpatcher.pythonanywhere.com ). This dataset contains the following data:

  1. Pokemon's id
  2. Pokemon's name
  3. Pokemon's rank (whether it is legendary, mythical, baby or an ordinary pokemon)
  4. Pokemon's generation
  5. The pokemon from which this pokemon evolved from
  6. It's primary and secondary type as type1 and type2
  7. It's base stats
  8. It's height (decimetres) and weight (hectograms)
  9. It's abilities (Note: if a pokemon has multiple abilities such as overgrow and chlorophyll than they are separated by a space and if there is a space in the name of the ability it has been replaced by a hyphen for example a pokemon with abilities blaze and solar power it is given as blaze solar-power)
  10. A little description of the pokemon in english (description of pokemons from 1009 is marked as "Not Available").

I have not included data about mega evolutions because I scraped this data for making a pokedex.

Share link

Anyone who has the link will be able to view this.