Path: blob/master/07_Visualization/Scores/Exercises.ipynb
548 views
Kernel: Python 2
Scores
Introduction:
This time you will create the data.
Exercise based on Chris Albon work, the credits belong to him.
Step 1. Import the necessary libraries
In [1]:
Step 2. Create the DataFrame that should look like the one below.
In [2]:
Out[2]:
Step 3. Create a Scatterplot of preTestScore and postTestScore, with the size of each point determined by age
Hint: Don't forget to place the labels
In [ ]:
Step 4. Create a Scatterplot of preTestScore and postTestScore.
This time the size should be 4.5 times the postTestScore and the color determined by sex
In [ ]:
BONUS: Create your own question and answer it.
In [ ]: