Skip to content

Instantly share code, notes, and snippets.

@kxzk
Created August 9, 2019 21:40
Show Gist options
  • Save kxzk/3093b3b0de021491c4390397da490ba2 to your computer and use it in GitHub Desktop.
Save kxzk/3093b3b0de021491c4390397da490ba2 to your computer and use it in GitHub Desktop.
df["age_sqrt"] = np.sqrt(df["age"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment