Data Of 1025 Pokemons
dataset of pokemons with description, name of the pokemon from which they evolve
@kaggle.hamzacyberpatcher_data_of_1010_pokemons
dataset of pokemons with description, name of the pokemon from which they evolve
@kaggle.hamzacyberpatcher_data_of_1010_pokemons
CREATE TABLE pokemons (
"id" BIGINT,
"name" VARCHAR,
"rank" VARCHAR,
"generation" VARCHAR,
"evolves_from" VARCHAR,
"type1" VARCHAR,
"type2" VARCHAR,
"hp" BIGINT,
"atk" BIGINT,
"def" BIGINT,
"spatk" BIGINT,
"spdef" BIGINT,
"speed" BIGINT,
"total" BIGINT,
"height" BIGINT,
"weight" BIGINT,
"abilities" VARCHAR,
"desc" VARCHAR
);
Anyone who has the link will be able to view this.