Pokemon Stats Generations 1-9
Names, typings, and base stats of all the Pokemon from generations 1 through 9
@kaggle.jkorn28_pokemon_stats_gens_1_9
Names, typings, and base stats of all the Pokemon from generations 1 through 9
@kaggle.jkorn28_pokemon_stats_gens_1_9
CREATE TABLE pokemon (
"dex_no" BIGINT,
"name" VARCHAR,
"base_name" VARCHAR,
"type_1" VARCHAR,
"type_2" VARCHAR,
"bst" BIGINT,
"hp" BIGINT,
"attack" BIGINT,
"defense" BIGINT,
"sp_attack" BIGINT,
"sp_defense" BIGINT,
"speed" BIGINT
);
Anyone who has the link will be able to view this.