Skip to content

Instantly share code, notes, and snippets.

@YiLi225
Last active September 21, 2020 02:57
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 YiLi225/8430a617f87ad2df9634ac4b25e4aae2 to your computer and use it in GitHub Desktop.
Save YiLi225/8430a617f87ad2df9634ac4b25e4aae2 to your computer and use it in GitHub Desktop.
value_in_series
## Check if value exists in series
'skim, instant' in dairy_table['Food']
Out[108]: False
'index6' in dairy_table['Food']
Out[114]: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment