Pokemon Analysis

Introduction

In this homework you will practice

General Instructions

This is an individual assignment.

Collaboration at a reasonable level will not result in substantially similar code. Students may only collaborate with fellow students currently taking this course, the TAs and the lecturer. Collaboration means talking through problems, assisting with debugging, explaining a concept, etc. You should not exchange code or write code for others.

Notes:

Problem Description

You are a Pokemon Trainer in the Sinnoh region who’s hit a slump, and you realize that, in order to get out of it, you need a better understanding of the Pokemon around you. So, you head to the Pokemon School in Jubilife City, and learn that Pokemon Battles are very reliant on various different statistics that you previously had no idea about. So, you decide to use Pandas to familiarize yourself with all of these new numbers and determine what you need to do to become a better pokemon trainer.

Solution Description

You are given a csv file, SinnohPokemonStats.csv, that includes a Pokemon’s Pokedex Number and all of its stats:

In a Jupyter Notebook titled pokemon-analysis complete the following tasks.

Tips and Considerations

Grading

Each Task is worth 10 points The Bonus is worth 20 points Make sure that your variable names match the directions, otherwise we won’t be able to properly grade your assignment

Submission Instructions

Attach your pokemon-analysis.ipynb file to your Canvas assignment submission.

Verify the Success of Your Submission to Canvas

Practice safe submission! Verify that your HW files were truly submitted correctly, the upload was successful, and that your program runs with no syntax or runtime errors. It is solely your responsibility to turn in your homework and practice this safe submission safeguard.