Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Last active February 5, 2020 11:06
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 lakshay-arora/cdd9207443993bc550cebe2227b776c0 to your computer and use it in GitHub Desktop.
Save lakshay-arora/cdd9207443993bc550cebe2227b776c0 to your computer and use it in GitHub Desktop.
# update a column with condition
data.loc[(data.age >= 12), ['section']] = 'M'
data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment