Skip to content

Instantly share code, notes, and snippets.

@socratesk
Created August 6, 2018 17:48
Show Gist options
  • Save socratesk/ee0ffea1ee88d38b712dcd39868eabd9 to your computer and use it in GitHub Desktop.
Save socratesk/ee0ffea1ee88d38b712dcd39868eabd9 to your computer and use it in GitHub Desktop.
import pandas as pd
country = ['NZ', 'BR', 'US']
onehotDF = pd.get_dummies(country)
print(onehotDF)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment