PokeAPI Pokémon Profile Dataset
Data Science and Analytics
Tags and Keywords
Trusted By




"No reviews yet"
Free
About
Detailed information on Pokémon, sourced directly from the PokeAPI, is available in this dataset. It includes key attributes such as base experience, physical characteristics, types, abilities, and combat statistics. The data has been programmatically extracted using Python and structured within a MySQL database before being exported.
Columns
- id: A unique identifier for each Pokémon as provided by the PokeAPI.
- name: The official name of the Pokémon.
- base_experience: The base experience points a player gains for defeating the Pokémon in battle.
- height: The height of the Pokémon, measured in decimetres (1 dm = 10 cm).
- weight: The weight of the Pokémon, measured in hectograms (1 hg = 100 g).
- types: The elemental types of the Pokémon, such as Fire or Grass. Multiple types are separated by commas.
- abilities: The special abilities a Pokémon possesses, for instance, Overgrow or Blaze. These are comma-separated if there is more than one.
- moves: A comma-separated list of the top 5 moves known by the Pokémon.
- stats: Base combat statistics including HP, attack, and defense, presented in the format
stat_name=value
.
Distribution
The dataset is provided in a single CSV file named
pokemon_data.csv
, with a size of 255.5 kB. It contains 1302 records across 9 columns.Usage
This dataset is ideal for a variety of applications, including:
- Exploratory data analysis.
- Machine learning projects and Pokémon classification models.
- Game design and balance modelling.
- Creating Power BI or Tableau visualisations.
- Educational or statistical learning purposes.
Coverage
This dataset covers Pokémon information available through the public PokeAPI. It does not have a specific geographical or time-based scope but provides a broad collection of data on various Pokémon.
License
CC0: Public Domain
Who Can Use It
- Data Analysts: For performing exploratory analysis and creating visualisations.
- Machine Learning Engineers: For building predictive and classification models.
- Game Developers: For game design and balancing character stats.
- Students and Educators: For teaching and learning data analysis and statistical concepts.
Dataset Name Suggestions
- Pokémon Battle & Attribute Stats
- PokeAPI Pokémon Profile Dataset
- Pokémon Stats and Abilities Catalogue
- Detailed Pokémon Information for Analysis
Attributes
Original Data Source: PokeAPI Pokémon Profile Dataset