Homework 3: Pokemon Data Analysis
The following homework contains three questions, all of which require you to apply what you've learned about exploratory data analysis and visualizations. As always, please ask any of the mentors if you need help with this homework.
What is the most common "Type 1" for all the Pokemon? Use the code cell below to figure this out.
(Hint: Use the function value_counts() to answer this question)
Using data from every Psychic type (meaning Type 1 OR Type 2 is Psychic), create a scatterplot graph for the "Attack" and "Special Attack" columns. What kind of a relationship do you see? Is it a strong or weak relationship? Positive or negative?
Using histograms, compare the distributions of "HP" for Pokemon that are and aren't legendary. What do you see here? Talk about the skewness, outliers, mode(s), etc.