Skip to content

Instantly share code, notes, and snippets.

@khuyentran1401
Created January 5, 2022 22:58
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 khuyentran1401/511ac653d1ed775d9e5af4d3d1a32582 to your computer and use it in GitHub Desktop.
Save khuyentran1401/511ac653d1ed775d9e5af4d3d1a32582 to your computer and use it in GitHub Desktop.
sample = df.query(
"Country == 'United States' & Employment == 'Employed full-time' & Student == 'No'"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment