Skip to content

Instantly share code, notes, and snippets.

@kxzk
Created August 9, 2019 21:35
Show Gist options
  • Save kxzk/51d4e202209d6b0eef4b3c107f870b3c to your computer and use it in GitHub Desktop.
Save kxzk/51d4e202209d6b0eef4b3c107f870b3c to your computer and use it in GitHub Desktop.
# Use drop_first = True to avoid collinearity
pd.get_dummies(df, drop_first = True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment