Baselight

Full Pokemon Stats, Abilities And More Data

This is a full database of everything you would want to know about a Pokemon

@kaggle.elijahiadusi_full_pokemon_stats_abilities_and_more_data

Loading...
Loading...

About this Dataset

Full Pokemon Stats, Abilities And More Data

This is all the Pokemon data since to the most recent generation. Will be updated with each generation. The data was web-scraped from https://pokemondb.net/pokedex/all. It includes more than just stats.

Tables

Pokemon Data

@kaggle.elijahiadusi_full_pokemon_stats_abilities_and_more_data.pokemon_data
  • 63.96 KB
  • 1190 rows
  • 22 columns
Loading...

CREATE TABLE pokemon_data (
  "unnamed_0" VARCHAR,
  "pokemon_number" BIGINT,
  "stat_total" BIGINT,
  "hp" BIGINT,
  "attack" BIGINT,
  "defense" BIGINT,
  "sp_atk" BIGINT,
  "sp_def" BIGINT,
  "speed" BIGINT,
  "mega" BOOLEAN,
  "first_type" VARCHAR,
  "second_type" VARCHAR,
  "species" VARCHAR,
  "first_ability" VARCHAR,
  "second_ability" VARCHAR,
  "hidden_ability" VARCHAR,
  "generation" VARCHAR,
  "egg_group_1" VARCHAR,
  "egg_group_2" VARCHAR,
  "is_sub_legendary" BOOLEAN,
  "is_legendary" BOOLEAN,
  "is_mythical" BOOLEAN
);

Share link

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