Pokemon Dataset With Stats
🦄100 Pokemon's with Stats and Types!!!
@kaggle.ritesh2000_pokemon_dataset_with_stats
🦄100 Pokemon's with Stats and Types!!!
@kaggle.ritesh2000_pokemon_dataset_with_stats
This data set includes🔥100 Pokemon🔥, including their number, name, the first and second type, and basic stats: HP, Attack, Defense, Special Attack, Special Defense, and they are Legendary or not. It can be used for learning Statistics, Performing Data Analysis, and Data Visualization using various libraries like Seaborn, Pandas-Bokeh, and Plotly. It can be used to plot various Plots to understand the comparison between various features.
Best Dataset for EDA, Data Visualization, and Statistics.❤️I hope you love it❤️.
CREATE TABLE pokemon_go_pokemon (
"n" BIGINT -- #,
"name" VARCHAR,
"type_1" VARCHAR,
"type_2" VARCHAR,
"total" BIGINT,
"hp" BIGINT,
"attack" BIGINT,
"defense" BIGINT,
"sp_atk" BIGINT,
"sp_def" BIGINT,
"speed" BIGINT,
"stage" BIGINT,
"legendary" BOOLEAN
);Anyone who has the link will be able to view this.