Skip to content

Instantly share code, notes, and snippets.

@jribnik
Last active February 4, 2016 18:17
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 jribnik/66e6ff6d646622e67217 to your computer and use it in GitHub Desktop.
Save jribnik/66e6ff6d646622e67217 to your computer and use it in GitHub Desktop.
$match stage of simulation pipeline
match = {"$match":
{
"OffenseTeam": "DEN",
"$or": [{"PlayType": "PASS"}, {"PlayType": "RUSH"}],
"IsNoPlay": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment