Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed Introduction to pandas!
You have completed Introduction to pandas!
Instruction
Optional Challenge #3 - Verified Email List
Optional Challenge - Verified Email List
We want you to produce a new DataFrame that contains the only following columns:
first_name
last_name
email
Ensure that all first names are title cased. Do not include any records that have a missing last name, and make sure that their email is verified (email_verified should be set to True). Sort by last name and then by first.
Choose Kernel ...