Last active
July 6, 2016 10:04
-
-
Save arthurwuhoo/ee3a61533ef05253b763b04da2062b09 to your computer and use it in GitHub Desktop.
iXperience Data Science Session 2
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
[ | |
{ | |
"name": "Andrew Collier", | |
"birth": "1972-06-16", | |
"gender": "Male", | |
"family": ["Claire", "Elizabeth"], | |
"siblings": 1, | |
"github": "DataWookie", | |
"twitter": "@DataWookie", | |
"favourites": { | |
"sport": "running", | |
"food": "anything with garlic" | |
} | |
}, | |
{ | |
"name": "Arthur Wu", | |
"birth": "1994-09-07", | |
"gender": "Male", | |
"siblings": 1, | |
"github": "arthurwuhoo", | |
"instagram":"arthurwuhoo", | |
"inspirations":["cory booker", "nate silver","el lissitzky"] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment