Assignment 4: Pandas

Authors: Michael Hewitt, Stefan Aschauer, Bernhard Steiner

Purpose

The purpose of this assignment is to provide you with more practice using the pandas library as well as matplotlib. Therefore you should use the provided pokemon dataset and do various computations on the data.

Provided Starting Materials

Start with these files:

Assignment

Your task is to take a provided file containing all of the pokemon from generations 1-6 ans implement the following funtions to analyze the data. Complete the functions within the provided python file.

The following images show how your solution could look like:

Grading - 100 points possible