Pokemon
Pokemon data to be used to teach exploratory data analysis.
@kaggle.mlomuscio_pokemon
Pokemon data to be used to teach exploratory data analysis.
@kaggle.mlomuscio_pokemon
CREATE TABLE pokemondata (
"num" BIGINT,
"name" VARCHAR,
"type1" VARCHAR,
"type2" VARCHAR,
"hp" BIGINT,
"attack" BIGINT,
"defense" BIGINT,
"spatk" BIGINT,
"spdef" BIGINT,
"speed" BIGINT,
"generation" BIGINT,
"legendary" BOOLEAN
);
Anyone who has the link will be able to view this.