Baselight

Pokemon Compendium

Unveiling the Strengths, Abilities, and Traits of Every Pokémon Type

@kaggle.noeyislearning_pokdex

Loading...
Loading...

About this Dataset

Pokemon Compendium

This dataset provides a comprehensive overview of various Pokémon versions, including their types, abilities, and base stats. The data is sourced from official Pokémon databases and other relevant sources, offering insights into the characteristics and strengths of each Pokémon.

Potential Uses

  • Pokémon Type Analysis: Analyze the distribution and strengths of different Pokémon types.
  • Stat Comparison: Compare the base stats of different Pokémon to identify their strengths and weaknesses.
  • Team Building: Build optimal Pokémon teams based on type matchups and stat combinations.
  • Game Strategy: Develop strategies for Pokémon battles by understanding the abilities and stats of various Pokémon.

Tables

Pokemon Bw

@kaggle.noeyislearning_pokdex.pokemon_bw
  • 31.88 KB
  • 994 rows
  • 10 columns
Loading...

CREATE TABLE pokemon_bw (
  "no" BIGINT,
  "name" VARCHAR,
  "type" VARCHAR,
  "abilities" VARCHAR,
  "hp" BIGINT,
  "att" BIGINT,
  "def" BIGINT,
  "s_att" BIGINT,
  "s_def" BIGINT,
  "spd" BIGINT
);

Pokemon Dp

@kaggle.noeyislearning_pokdex.pokemon_dp
  • 24.54 KB
  • 750 rows
  • 10 columns
Loading...

CREATE TABLE pokemon_dp (
  "no" BIGINT,
  "name" VARCHAR,
  "type" VARCHAR,
  "abilities" VARCHAR,
  "hp" BIGINT,
  "att" BIGINT,
  "def" BIGINT,
  "s_att" BIGINT,
  "s_def" BIGINT,
  "spd" BIGINT
);

Pokemon Gs

@kaggle.noeyislearning_pokdex.pokemon_gs
  • 14.07 KB
  • 361 rows
  • 10 columns
Loading...

CREATE TABLE pokemon_gs (
  "no" BIGINT,
  "name" VARCHAR,
  "type" VARCHAR,
  "abilities" VARCHAR,
  "hp" BIGINT,
  "att" BIGINT,
  "def" BIGINT,
  "s_att" BIGINT,
  "s_def" BIGINT,
  "spd" BIGINT
);

Pokemon Rb

@kaggle.noeyislearning_pokdex.pokemon_rb
  • 11 KB
  • 220 rows
  • 10 columns
Loading...

CREATE TABLE pokemon_rb (
  "no" BIGINT,
  "name" VARCHAR,
  "type" VARCHAR,
  "abilities" VARCHAR,
  "hp" BIGINT,
  "att" BIGINT,
  "def" BIGINT,
  "s_att" BIGINT,
  "s_def" VARCHAR,
  "spd" BIGINT
);

Pokemon Rs

@kaggle.noeyislearning_pokdex.pokemon_rs
  • 20.19 KB
  • 557 rows
  • 10 columns
Loading...

CREATE TABLE pokemon_rs (
  "no" BIGINT,
  "name" VARCHAR,
  "type" VARCHAR,
  "abilities" VARCHAR,
  "hp" BIGINT,
  "att" BIGINT,
  "def" BIGINT,
  "s_att" BIGINT,
  "s_def" BIGINT,
  "spd" BIGINT
);

Pokemon Sm

@kaggle.noeyislearning_pokdex.pokemon_sm
  • 40.94 KB
  • 1453 rows
  • 10 columns
Loading...

CREATE TABLE pokemon_sm (
  "no" BIGINT,
  "name" VARCHAR,
  "type" VARCHAR,
  "abilities" VARCHAR,
  "hp" BIGINT,
  "att" BIGINT,
  "def" BIGINT,
  "s_att" BIGINT,
  "s_def" BIGINT,
  "spd" BIGINT
);

Pokemon Sv

@kaggle.noeyislearning_pokdex.pokemon_sv
  • 38.28 KB
  • 1276 rows
  • 10 columns
Loading...

CREATE TABLE pokemon_sv (
  "no" BIGINT,
  "name" VARCHAR,
  "type" VARCHAR,
  "abilities" VARCHAR,
  "hp" BIGINT,
  "att" BIGINT,
  "def" BIGINT,
  "s_att" BIGINT,
  "s_def" BIGINT,
  "spd" BIGINT
);

Pokemon Swsh

@kaggle.noeyislearning_pokdex.pokemon_swsh
  • 42.84 KB
  • 1521 rows
  • 10 columns
Loading...

CREATE TABLE pokemon_swsh (
  "no" BIGINT,
  "name" VARCHAR,
  "type" VARCHAR,
  "abilities" VARCHAR,
  "hp" BIGINT,
  "att" BIGINT,
  "def" BIGINT,
  "s_att" BIGINT,
  "s_def" BIGINT,
  "spd" BIGINT
);

Pokemon Xy

@kaggle.noeyislearning_pokdex.pokemon_xy
  • 35.76 KB
  • 1189 rows
  • 10 columns
Loading...

CREATE TABLE pokemon_xy (
  "no" BIGINT,
  "name" VARCHAR,
  "type" VARCHAR,
  "abilities" VARCHAR,
  "hp" BIGINT,
  "att" BIGINT,
  "def" BIGINT,
  "s_att" BIGINT,
  "s_def" BIGINT,
  "spd" BIGINT
);

Share link

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