- Importing Data 1:29
- Exploration Methods
- Review Exploration Methods 3 questions
- Selecting Data
- Review Selecting Data 2 questions
- Optional Challenge #1 - Top Referrers
- Manipulation 0:50
- Manipulation Techniques
- Review Manipulation Techniques 4 questions
- Optional Challenge #2 - Update Users
- Combining DataFrames 0:55
- Combining DataFrames
- Handling Duplicated and Missing Data
- Review Merging and Handling Missing Data 3 questions
- Manipulating Text
- Optional Challenge #3 - Verified Email List
- Grouping
- Review Text Manipulation and Grouping 2 questions
- Until Next Time 1:15
Quiz Question 1 of 4
I'm working on a health dataset that is used to track rare diseases. I've created a DataFrame
named diseases
.
I messed up and accidentally added a column when I meant to add a row...it happens.
So now I have a column named Dracunculiasis
.
Which of the following lines will permanently remove my column.
Choose the correct answer below: