Baselight

Pokemons And Their Stats

1045 Pokemons with there features and names

@kaggle.shubhamchambhare_pokemons_and_there_stats

Pokemon
@kaggle.shubhamchambhare_pokemons_and_there_stats.pokemon

  • 25.84 KB
  • 1045 rows
  • 8 columns
name

Name

total

Total

hp

HP

attack

Attack

defence

Defence

sp_attack

Sp Attack

sp_defence

Sp Defence

speed

Speed

Bulbasaur318454949656545
Ivysaur405606263808060
Venusaur52580828310010080
Mega Venusaur6258010012312212080
Charmander309395243605065
Charmeleon405586458806580
Charizard53478847810985100
Mega Charizard6347813011113085100
Mega Charizard X6347810478159115100
Squirtle314444865506443

CREATE TABLE pokemon (
  "name" VARCHAR,
  "total" BIGINT,
  "hp" BIGINT,
  "attack" BIGINT,
  "defence" BIGINT,
  "sp_attack" BIGINT,
  "sp_defence" BIGINT,
  "speed" BIGINT
);

Share link

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