Skip to content

Instantly share code, notes, and snippets.

@04pallav
Created September 11, 2017 22:18
Show Gist options
  • Save 04pallav/1b4e3fb5d4577b36579ba3d81d6af1e4 to your computer and use it in GitHub Desktop.
Save 04pallav/1b4e3fb5d4577b36579ba3d81d6af1e4 to your computer and use it in GitHub Desktop.
Get values in a column which do not start with certain Alphabet
df1[~df1.package_req_id.str.get(0).isin(['Y'])]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment