Skip to content

Instantly share code, notes, and snippets.

@ncarboni
Created January 31, 2022 17:15
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 ncarboni/c4664f4d8db61bb013ae2d7ef387514f to your computer and use it in GitHub Desktop.
Save ncarboni/c4664f4d8db61bb013ae2d7ef387514f to your computer and use it in GitHub Desktop.
hashlib-openrefine
import hashlib
return hashlib.sha1(value.encode('utf-8')).digest().encode('hex')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment