Complete Pokemon Dataset 9th Gen (img + Tabular)
Pokemon image dataset + Base stats will 9th Generation
@kaggle.bhavyadhingra00020_complete_pokemon_dataset_9th_gen_img_tabular
Pokemon image dataset + Base stats will 9th Generation
@kaggle.bhavyadhingra00020_complete_pokemon_dataset_9th_gen_img_tabular
CREATE TABLE pokemons2 (
"index" 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.