Baselight

Pokemon Compendium

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

@kaggle.noeyislearning_pokdex

Pokemon Swsh
@kaggle.noeyislearning_pokdex.pokemon_swsh

  • 42.84 KB
  • 1521 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

10CaterpiebugShield Dust, Run Away453035202045
11MetapodbugShed Skin502055252530
12Butterfreebug, flyingCompoundeyes, Tinted Lens604550908070
12Butterfreebug, flyingCompoundeyes, Tinted Lens604550908070
13Weedlebug, poisonShield Dust, Run Away403530202050
14Kakunabug, poisonShed Skin452550252535
15Beedrillbug, poisonSwarm, Sniper659040458075
46Parasbug, grassEffect Spore, Dry Skin, Damp357055455525
47Parasectbug, grassEffect Spore, Dry Skin, Damp609580608030
48Venonatbug, poisonCompoundeyes, Tinted Lens, Run Away605550405545

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

Share link

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