Skip to content

Instantly share code, notes, and snippets.

@BibMartin
Last active March 11, 2016 09:43
Show Gist options
  • Save BibMartin/af6fc711acd6a2853218 to your computer and use it in GitHub Desktop.
Save BibMartin/af6fc711acd6a2853218 to your computer and use it in GitHub Desktop.
np.interp(
target.index.values.astype(int),
source.index.values.astype(int),
source.values,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment