Skip to content

Instantly share code, notes, and snippets.

@BexTuychiev
Created September 16, 2021 22: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 BexTuychiev/141c8e4bea96d6ef93923e47505e1d93 to your computer and use it in GitHub Desktop.
Save BexTuychiev/141c8e4bea96d6ef93923e47505e1d93 to your computer and use it in GitHub Desktop.
%%time
massive_df["f1001"] = crazy_function(
massive_df["f1"].values, massive_df["f56"].values, massive_df["f44"].values
)
Wall time: 324 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment