Path: blob/master/08_Creating_Series_and_DataFrames/Pokemon/Exercises.ipynb
547 views
Kernel: Python 2
Pokemon
Introduction:
This time you will create the data.
Step 1. Import the necessary libraries
In [ ]:
Step 2. Create a data dictionary that looks like the DataFrame below
In [3]:
Step 3. Assign it to a variable called pokemon
In [5]:
Out[5]:
Step 4. Ops...it seems the DataFrame columns are in alphabetical order. Place the order of the columns as name, type, hp, evolution, pokedex
In [ ]:
Step 5. Add another column called place, and insert what you have in mind.
In [ ]:
Step 6. Present the type of each column
In [ ]:
BONUS: Create your own question and answer it.
In [ ]: