Created
November 2, 2015 18:11
-
-
Save danared/2a600152113856f2cc5c 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
{ | |
"_id": 1995, | |
"higestPrice": 1000000, | |
"lowestPrice": 12000, | |
"averagePrice": 114059, | |
"priceStdDev": 81540 | |
}, | |
... | |
{ | |
"_id": 2015, | |
"higestPrice": 1688000, | |
"lowestPrice": 125000, | |
"averagePrice": 451413, | |
"priceStdDev": 228293 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment