Please enable JavaScript.
Coggle requires JavaScript to display documents.
Data Transformations (Kinds of things you can do with data (Categorical…
Data Transformations
-
IF-THEN statements
Allow for the examination of a value in a column and the ability to make changes to this value or other values elsewhere in the dataset
-
One-hot encoding
The conversion of a categorical column containing two or more possible values into discreet columns representing each value
For each unique category in this column, a new column is created with binary values of 1 or 0 (true or false)
-