Skip to content

Instantly share code, notes, and snippets.

@jribnik
Last active February 4, 2016 17:25
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/50f37ce8e01c57456410 to your computer and use it in GitHub Desktop.
Save jribnik/50f37ce8e01c57456410 to your computer and use it in GitHub Desktop.
Example simulation documents
> db.pbp_2015_simulations.find({"i": 0})
{
"_id": ObjectId("56a7e1bc87776355710ff107"),
"yards": 479,
"turnovers": 2,
"team": "DEN",
"i": 0
}
{
"_id": ObjectId("56a7e1bc87776355710ff108"),
"yards": 444,
"turnovers": 2,
"team": "CAR",
"i": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment