Zerotopandas Course Project Pokemon
Analysis of "Pokemon with stats" dataset
In the following a dataset comprising all Pokemon of the first 6 generations is evaluated. The dataset contains 13 columns. Each Pokemon has a unique number that corresponds to their number in the Pokedex and a Name. Most of the other columns contain the stats for each Pokemon and in addition there is information about the Types, from which Generation this Pokemon is and if it is a legendary Pokemon.
The Dataset originates from Kaggle. Link to Kaggle dataset.
I do not own the copyright of this picture!
Link to Banner.
To use with jovian, the jovian has to be installed and imported.
project_name = "zerotopandas-course-project-Pokemon"
#!pip install jovian --upgrade -q
import jovian
Jonas Giese7 months ago