Pokemons And Their Stats
1045 Pokemons with there features and names
@kaggle.shubhamchambhare_pokemons_and_there_stats
1045 Pokemons with there features and names
@kaggle.shubhamchambhare_pokemons_and_there_stats
CREATE TABLE pokemon_df (
"name" VARCHAR,
"total" BIGINT,
"hp" BIGINT,
"attack" BIGINT,
"defence" BIGINT,
"sp_attack" BIGINT,
"sp_defence" BIGINT,
"speed" BIGINT
);
Anyone who has the link will be able to view this.