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.
Diese Übung ist Teil des Kurses
Data Manipulation in Julia
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Drop the column sex
____(____, ____(____))