Skip to content

Instantly share code, notes, and snippets.

@irixce
Last active October 3, 2018 15:12
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 irixce/8e6949cd33c337707c75000ffef39f31 to your computer and use it in GitHub Desktop.
Save irixce/8e6949cd33c337707c75000ffef39f31 to your computer and use it in GitHub Desktop.
dataframe copy
df['c2_copy'] = df['c2']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment