Baselight

Pokemon Compendium

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

@kaggle.noeyislearning_pokdex

Pokemon Rb
@kaggle.noeyislearning_pokdex.pokemon_rb

  • 11 KB
  • 220 rows
  • 10 columns
no

No

name

Name

type

Type

abilities

Abilities

hp

HP

att

Att

def

Def

s_att

S.Att

s_def

S.Def

spd

Spd

10Caterpiebug4530352045
11Metapodbug5020552530
12Butterfreebug, flying6045508070
13Weedlebug, poison4035302050
14Kakunabug, poison4525502535
15Beedrillbug, poison6580404575
46Parasbug, grass3570555525
47Parasectbug, grass6095808030
48Venonatbug, poison6055504045
49Venomothbug, poison7065609090

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
);

Share link

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