Setting categories
After exploring the pandas
Series "size"
from the adoptable dogs dataset, you have decided that it should be an ordinal categorical variable. Creating such a variable takes a few steps. If these steps are performed out of order, you may not be able to access or use the necessary methods. The goal is to convert the "size"
column from the dogs
dataset into a ordered categorical pandas
Series with the following categories: ["small", "medium", "large"]
.
Diese Übung ist Teil des Kurses
Working with Categorical Data in Python
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
