Please refer to the following link for instructions on how to perform dummy coding (one-hot encoding):
Note that if you are running predictive models such as linear regression or machine learning in Exploratory, you do not need to pre-process the data into dummy variables.
This is because when you select a categorical column as an explanatory variable, the system automatically converts the categorical data into dummy variables internally before building the model.
