Step 8. Did you notice the original dataframe is still lowercase? Why is that? Fix it and capitalize Mjob and Fjob.¶
In [ ]:
Step 9. Create a function called majority that returns a boolean value to a new column called legal_drinker (Consider majority as older than 17 years old)¶
In [ ]:
In [ ]:
Step 10. Multiply every number of the dataset by 10.¶
I know this makes no sense, don't forget it is just an exercise¶