Pandas: Get Dummies
I have the following dataframe:
I have the following dataframe:
I have a set of dataframes where one of the columns contains a categorical variable. I’d like to convert it to several dummy variables, in which case I’d normally use get_dummies.