Created
November 2, 2015 18:12
-
-
Save danared/e8798492a0d9b17b7345 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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