Skip to content

Instantly share code, notes, and snippets.

@h3ik0th
Created October 6, 2022 15:33
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 h3ik0th/a0f727cc46328b99f4032582b354b261 to your computer and use it in GitHub Desktop.
Save h3ik0th/a0f727cc46328b99f4032582b354b261 to your computer and use it in GitHub Desktop.
%%time
# np.vectorize: large dataframe
dfY = pd.DataFrame()
dfY["x"], dfY["y"], dfY["z"] = np.vectorize(myfunc4)(dfL.B, dfL.C)
display(dfY.tail())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment