Skip to content

Instantly share code, notes, and snippets.

@arthurwuhoo
Last active June 23, 2016 06:30
Show Gist options
  • Save arthurwuhoo/d60d0eaaf357785ae9eaf7d424e09055 to your computer and use it in GitHub Desktop.
Save arthurwuhoo/d60d0eaaf357785ae9eaf7d424e09055 to your computer and use it in GitHub Desktop.
iXperience Data Science S1
[
{
"name": "Connor",
"surname": "Lawless",
"birth": "October 6th, 1996",
"gender": "male",
"nationality": "Canadian",
"favoriteMovie": "Grand Budapest Hotel",
"middlename": "Aram"
},
{
"name": "jeffrey",
"surname": "chang",
"gender": "male",
"favorites": {
"movies": "the lion king",
"music": [
"jazz",
"pop",
"indie"
]
}
},
{
"name" : "Ted",
"surname" : "O'Rourke",
"birth" : "7/25/16",
"gender" : "Male",
"Hometown" :"New Canaan, CT",
"School" : "UVa"
},
{
"name" : "Matthew",
"surname": "Tribby",
"birth" : "05/05/97",
"gender" : "M",
"college" : "Duke",
"car" : "Optima",
"numSiblings" : "0"
},
{
"name": "Jiten",
"surname": "Bhatt",
"birth": "10/10/1997",
"gender": "Male",
"# of siblings": "2",
"languages": "C, C++, Java, PERL, Python, SQL",
"favorite movie": "3 Idiots",
"accounts": {
"github": "ji10bhatt",
"twitter": "@Ji10TheRobhatt",
"instagram": "ji10b"
}
},
{
"name": "Arjun Reddy",
"surname": "Toom",
"gender": "Male",
"vehicle": "Hyundai",
"family": ["Geetha", "Pulinder", "Aishwarya"]
},
{
"name": "Andrew",
"surname": "Collier",
"birth": "Long long ago in a galaxy far away",
"gender": "Male",
"family": ["Claire", "Elizabeth"],
"vehicle": "VW",
"job": "Data Scientist",
"accounts": {
"github": "DataWookie",
"twitter": "@DataWookie",
"instagram": null
}
},
{
"name": "Arthur",
"surname": "Wu",
"birth": "09/07/1994",
"gender": "Male",
"family": ["Yejia, Jian, Joanna"],
"accounts": {
"github": "arthurwuhoo",
"twitter": "@wuthemasses",
"instagram": "arthurwuhoo"
}
},
{
"name": "Meagan",
"surname": "Londa",
"birth": "05/13/1996",
"gender": "Female",
"color": "Green",
"school": "University of Michigan",
"siblings": "Matt"
},
{
"name": "Perry",
"surname": "Jiang",
"birth": "1996-12-31",
"gender": "Male",
"school": "University of Michigan",
"phone": "One Plus One",
"computer": "Macbook Pro"
},
{
"name": "Yash",
"surname": "Tekriwal",
"birth": "06/08/1996",
"gender": "Male",
"DogName": "Roosevelt",
"Hometown": "Richmond",
"FavoriteFood": "Paneer"
},
{
"name":"Patrick",
"surname":"Tinsley",
"birth":"01/04/1995",
"gender":"Male",
"favMovie":"Titanic 2",
"favSong":{
"songName":"Valerie",
"artistName":"Amy Winehouse"
},
"favFood":"Chavez Quesadilla",
"accounts": {
"github": "ptins",
"twitter": "@ptinzley",
"instagram": "ptinzley"
"slack": "pt"
}
},
{
"name" : "Lloyd",
"surname" : "Shatkin",
"birth" : "6/3/1996",
"gender" : "Male",
"Favorite athlete" : "Juan Pierre",
"Hometown" : "Evanston, IL",
"Favorite Color" : "Carolina Blue"
},
{
"name": "William",
"surname": "Haynes",
"birth": "31-05-96",
"Favorite Ice Cream": "Chocolate",
"Favorite Data Scientist": "Wadley Hickham",
"Favorite Creature": "Centaur",
"Favorite Ancient Civilization": "Babylon",
"Blood Type": "O-",
"Allergies": "None",
"Dog Name(s)": ["Kate", "Ben"],
"accounts": {
"github": "whaynes18",
"twitter": null,
"instagram": @chief_sitting_bill
}
},
{
"name":"Stuart",
"surname":"Mashaal",
"babymama_first_name":"Hanky",
"babymama_last_name":"Panky",
"dog_name":"Winnie",
"gender":"Male"
}
{
"name":"Michael",
"surname":"Wattendorf",
"birth" : "6/14/1994",
"gender": "M",
"siblings": ["Matt", "Katie","Lauren","Cody"],
"age" : "21",
"height" : "6 ft. 2 in.",
"favorite sports" : ["climbing", "hockey", "basketball", "football", "soccer"]
},
{
"name": "Arthur",
"surname": "Wu",
"birth": "9/7/1994",
"birthmark shape": "whale",
"zodiac sign" : "dog",
"gender": "M",
"spirit animal": "Koala",
"top 3 movies" : ["Good Will Hunting", "Spirited Away", "X-men"]
},
{
"name": "Rory",
"surname": "O'Donnell",
"birth": "1996-10-29",
"gender": "Male",
"school": "University of Michigan",
"favorite_sport": "Tennis",
"pets": ["Lily", "Sophie"],
"birth_town": "Hinsdale, IL",
"favorite_book": "Holes - Louis Sachar",
"accounts": {
"github": "rorydod",
"twitter": "@quotemashup",
"instagram": "@roryo98",
"club penguin": "yankeefan98",
"world of war craft": null
}
},
{
"name":"Keith",
"surname":"Spaar",
"birth":"4/30/16",
"gender":"Male",
"PetName":"Kaya",
"Fav Food":"Waffles",
"Meatball Spicyness":"Spicy"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment