Skip to content

Instantly share code, notes, and snippets.

@ggodreau
Created November 14, 2019 21:22
Show Gist options
  • Save ggodreau/4f1b6375f8589af3e7560137e6ba4118 to your computer and use it in GitHub Desktop.
Save ggodreau/4f1b6375f8589af3e7560137e6ba4118 to your computer and use it in GitHub Desktop.
def extract_dept(col):
try:
return col.split('-')[-1]
except:
return col
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment