Get startedGet started for free

Penguin drop

There are many reasons why you might want to drop a column. One possibility can be when the data gets corrupted. This happened for the sex column of the penguins dataset! Your cat decided that your keyboard is the best place for an impromptu lunch-break nap, changing all the data in the sex column… Don't ask us how, you have a very smart and mischievous cat!

The penguins dataset and the DataFrames package have been loaded for you.

This exercise is part of the course

Data Manipulation in Julia

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Drop the column sex
____(____, ____(____))
Edit and Run Code