Skip to content

Instantly share code, notes, and snippets.

@jribnik
Last active February 4, 2016 17:29
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/ce6f76a832e69a4566de to your computer and use it in GitHub Desktop.
Save jribnik/ce6f76a832e69a4566de to your computer and use it in GitHub Desktop.
$project stage of simulation pipeline
proj = {"$project":
{
"team": "$OffenseTeam",
"yards": "$Yards",
"turnovers": {"$sum": ["$IsInterception", "$IsFumble"]}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment