Skip to content

Instantly share code, notes, and snippets.

@danared
Created November 2, 2015 18:12
Show Gist options
  • Save danared/e8798492a0d9b17b7345 to your computer and use it in GitHub Desktop.
Save danared/e8798492a0d9b17b7345 to your computer and use it in GitHub Desktop.
> db.annualHomePrices.findOne()
{
"_id": ObjectId("560957ac29a5574d557d426d"),
"highestPrice": 1000000,
"lowestPrice": 12000,
"averagePrice": 114059,
"priceStdDev": 81540,
"year": 1995
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment