Skip to content

Instantly share code, notes, and snippets.

@maksimt
Created March 25, 2017 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maksimt/d840e1addf8965e16f3d90b335f3a699 to your computer and use it in GitHub Desktop.
Save maksimt/d840e1addf8965e16f3d90b335f3a699 to your computer and use it in GitHub Desktop.
query formating.py
query = 'Inptn Days in ST Psychiatric'
for rep in replacements:
query = query.replace(rep[0], rep[1])
print query.lower()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment