apply dummies to a pandas dataframe code example Example: how to get dummies in a dataframe pandas df = pd.get_dummies(df, columns=['type'])