Skip to content

Instantly share code, notes, and snippets.

@Sangarshanan
Created July 19, 2018 14:20
Show Gist options
  • Save Sangarshanan/f06686f68c505cbb1a7f6802e5b626e0 to your computer and use it in GitHub Desktop.
Save Sangarshanan/f06686f68c505cbb1a7f6802e5b626e0 to your computer and use it in GitHub Desktop.
SALES WHERE SHOP_ID IS 26,27 OR 28
sales = sales[sales['shop_id'].isin([26, 27, 28])]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment