Created
August 12, 2020 17:37
-
-
Save gamesbrainiac/217d0af3586a2893934673cdd494e864 to your computer and use it in GitHub Desktop.
Has all the orders that is required for the third episode of "What does this package do?"
This file contains 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
orders = [ | |
{ | |
"_id": {"$oid": "5bd761dcae323e45a93cd0b5"}, | |
"customer": { | |
"gender": "M", | |
"age": 40, | |
"email": "[email protected]", | |
"satisfaction": 4 | |
}, | |
"items": [ | |
{ | |
"name": "pens", | |
"tags": { | |
"0": "writing", | |
"1": "office", | |
"2": "school", | |
"3": "stationary" | |
}, | |
"price": "57.36", | |
"quantity": 2 | |
}, | |
{ | |
"name": "printer paper", | |
"tags": { | |
"0": "office", | |
"1": "stationary" | |
}, | |
"price": "44.78", | |
"quantity": 3 | |
}, | |
{ | |
"name": "binder", | |
"tags": { | |
"0": "school", | |
"1": "general", | |
"2": "organization" | |
}, | |
"price": "24.54", | |
"quantity": 2 | |
}, | |
{ | |
"name": "backpack", | |
"tags": { | |
"0": "school", | |
"1": "travel", | |
"2": "kids" | |
}, | |
"price": "79.83", | |
"quantity": 3 | |
}, | |
{ | |
"name": "envelopes", | |
"tags": { | |
"0": "stationary", | |
"1": "office", | |
"2": "general" | |
}, | |
"price": "18.1", | |
"quantity": 8 | |
}, | |
{ | |
"name": "pens", | |
"tags": { | |
"0": "writing", | |
"1": "office", | |
"2": "school", | |
"3": "stationary" | |
}, | |
"price": "7.18", | |
"quantity": 2 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "7.13", | |
"quantity": 4 | |
} | |
] | |
}, | |
{ | |
"_id": {"$oid": "5bd761dcae323e45a93cd11f"}, | |
"customer": { | |
"gender": "M", | |
"age": 58, | |
"email": "[email protected]", | |
"satisfaction": 3 | |
}, | |
"items": [ | |
{ | |
"name": "pens", | |
"tags": { | |
"0": "writing", | |
"1": "office", | |
"2": "school", | |
"3": "stationary" | |
}, | |
"price": "43.51", | |
"quantity": 4 | |
}, | |
{ | |
"name": "laptop", | |
"tags": { | |
"0": "electronics", | |
"1": "school", | |
"2": "office" | |
}, | |
"price": "1495.8", | |
"quantity": 2 | |
}, | |
{ | |
"name": "pens", | |
"tags": { | |
"0": "writing", | |
"1": "office", | |
"2": "school", | |
"3": "stationary" | |
}, | |
"price": "52.88", | |
"quantity": 5 | |
}, | |
{ | |
"name": "envelopes", | |
"tags": { | |
"0": "stationary", | |
"1": "office", | |
"2": "general" | |
}, | |
"price": "7.79", | |
"quantity": 4 | |
} | |
] | |
}, | |
{ | |
"_id": {"$oid": "5bd761dcae323e45a93cd0ba"}, | |
"customer": { | |
"gender": "F", | |
"age": 25, | |
"email": "[email protected]", | |
"satisfaction": 3 | |
}, | |
"items": [ | |
{ | |
"name": "laptop", | |
"tags": { | |
"0": "electronics", | |
"1": "school", | |
"2": "office" | |
}, | |
"price": "696.72", | |
"quantity": 4 | |
}, | |
{ | |
"name": "pens", | |
"tags": { | |
"0": "writing", | |
"1": "office", | |
"2": "school", | |
"3": "stationary" | |
}, | |
"price": "67.43", | |
"quantity": 3 | |
}, | |
{ | |
"name": "backpack", | |
"tags": { | |
"0": "school", | |
"1": "travel", | |
"2": "kids" | |
}, | |
"price": "143.12", | |
"quantity": 3 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "26.46", | |
"quantity": 5 | |
}, | |
{ | |
"name": "pens", | |
"tags": { | |
"0": "writing", | |
"1": "office", | |
"2": "school", | |
"3": "stationary" | |
}, | |
"price": "75.2", | |
"quantity": 3 | |
}, | |
{ | |
"name": "binder", | |
"tags": { | |
"0": "school", | |
"1": "general", | |
"2": "organization" | |
}, | |
"price": "17.09", | |
"quantity": 3 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "30.78", | |
"quantity": 4 | |
}, | |
{ | |
"name": "binder", | |
"tags": { | |
"0": "school", | |
"1": "general", | |
"2": "organization" | |
}, | |
"price": "11.33", | |
"quantity": 7 | |
} | |
] | |
}, | |
{ | |
"_id": {"$oid": "5bd761dcae323e45a93cd0f7"}, | |
"customer": { | |
"gender": "M", | |
"age": 56, | |
"email": "[email protected]", | |
"satisfaction": 5 | |
}, | |
"items": [ | |
{ | |
"name": "laptop", | |
"tags": { | |
"0": "electronics", | |
"1": "school", | |
"2": "office" | |
}, | |
"price": "1517.31", | |
"quantity": 5 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "39.85", | |
"quantity": 4 | |
}, | |
{ | |
"name": "pens", | |
"tags": { | |
"0": "writing", | |
"1": "office", | |
"2": "school", | |
"3": "stationary" | |
}, | |
"price": "30.76", | |
"quantity": 1 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "5.34", | |
"quantity": 4 | |
}, | |
{ | |
"name": "binder", | |
"tags": { | |
"0": "school", | |
"1": "general", | |
"2": "organization" | |
}, | |
"price": "18.57", | |
"quantity": 2 | |
}, | |
{ | |
"name": "printer paper", | |
"tags": { | |
"0": "office", | |
"1": "stationary" | |
}, | |
"price": "44.11", | |
"quantity": 9 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "20.44", | |
"quantity": 2 | |
} | |
] | |
}, | |
{ | |
"_id": {"$oid": "5bd761dcae323e45a93cd10c"}, | |
"customer": { | |
"gender": "F", | |
"age": 49, | |
"email": "[email protected]", | |
"satisfaction": 5 | |
}, | |
"items": [ | |
{ | |
"name": "backpack", | |
"tags": { | |
"0": "school", | |
"1": "travel", | |
"2": "kids" | |
}, | |
"price": "92.6", | |
"quantity": 2 | |
}, | |
{ | |
"name": "printer paper", | |
"tags": { | |
"0": "office", | |
"1": "stationary" | |
}, | |
"price": "48.92", | |
"quantity": 9 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "37.55", | |
"quantity": 5 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "16.5", | |
"quantity": 4 | |
}, | |
{ | |
"name": "binder", | |
"tags": { | |
"0": "school", | |
"1": "general", | |
"2": "organization" | |
}, | |
"price": "10.5", | |
"quantity": 10 | |
}, | |
{ | |
"name": "binder", | |
"tags": { | |
"0": "school", | |
"1": "general", | |
"2": "organization" | |
}, | |
"price": "24.93", | |
"quantity": 4 | |
}, | |
{ | |
"name": "envelopes", | |
"tags": { | |
"0": "stationary", | |
"1": "office", | |
"2": "general" | |
}, | |
"price": "17", | |
"quantity": 4 | |
}, | |
{ | |
"name": "laptop", | |
"tags": { | |
"0": "electronics", | |
"1": "school", | |
"2": "office" | |
}, | |
"price": "865.7", | |
"quantity": 5 | |
}, | |
{ | |
"name": "envelopes", | |
"tags": { | |
"0": "stationary", | |
"1": "office", | |
"2": "general" | |
}, | |
"price": "22.17", | |
"quantity": 2 | |
} | |
] | |
}, | |
{ | |
"_id": {"$oid": "5bd761dcae323e45a93cd0f0"}, | |
"customer": { | |
"gender": "F", | |
"age": 19, | |
"email": "[email protected]", | |
"satisfaction": 4 | |
}, | |
"items": [ | |
{ | |
"name": "pens", | |
"tags": { | |
"0": "writing", | |
"1": "office", | |
"2": "school", | |
"3": "stationary" | |
}, | |
"price": "20.29", | |
"quantity": 4 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "20.48", | |
"quantity": 4 | |
}, | |
{ | |
"name": "envelopes", | |
"tags": { | |
"0": "stationary", | |
"1": "office", | |
"2": "general" | |
}, | |
"price": "22.12", | |
"quantity": 4 | |
}, | |
{ | |
"name": "binder", | |
"tags": { | |
"0": "school", | |
"1": "general", | |
"2": "organization" | |
}, | |
"price": "17.73", | |
"quantity": 3 | |
}, | |
{ | |
"name": "laptop", | |
"tags": { | |
"0": "electronics", | |
"1": "school", | |
"2": "office" | |
}, | |
"price": "1483.86", | |
"quantity": 1 | |
}, | |
{ | |
"name": "pens", | |
"tags": { | |
"0": "writing", | |
"1": "office", | |
"2": "school", | |
"3": "stationary" | |
}, | |
"price": "30.1", | |
"quantity": 1 | |
}, | |
{ | |
"name": "binder", | |
"tags": { | |
"0": "school", | |
"1": "general", | |
"2": "organization" | |
}, | |
"price": "29.17", | |
"quantity": 3 | |
}, | |
{ | |
"name": "printer paper", | |
"tags": { | |
"0": "office", | |
"1": "stationary" | |
}, | |
"price": "41.86", | |
"quantity": 2 | |
} | |
] | |
}, | |
{ | |
"_id": {"$oid": "5bd761dcae323e45a93cd103"}, | |
"customer": { | |
"gender": "M", | |
"age": 16, | |
"email": "[email protected]", | |
"satisfaction": 5 | |
}, | |
"items": [ | |
{ | |
"name": "printer paper", | |
"tags": { | |
"0": "office", | |
"1": "stationary" | |
}, | |
"price": "15.71", | |
"quantity": 9 | |
}, | |
{ | |
"name": "pens", | |
"tags": { | |
"0": "writing", | |
"1": "office", | |
"2": "school", | |
"3": "stationary" | |
}, | |
"price": "77.04", | |
"quantity": 2 | |
}, | |
{ | |
"name": "envelopes", | |
"tags": { | |
"0": "stationary", | |
"1": "office", | |
"2": "general" | |
}, | |
"price": "6.54", | |
"quantity": 5 | |
}, | |
{ | |
"name": "binder", | |
"tags": { | |
"0": "school", | |
"1": "general", | |
"2": "organization" | |
}, | |
"price": "22.83", | |
"quantity": 7 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "21.13", | |
"quantity": 1 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "39.32", | |
"quantity": 2 | |
} | |
] | |
}, | |
{ | |
"_id": {"$oid": "5bd761dcae323e45a93cd11a"}, | |
"customer": { | |
"gender": "M", | |
"age": 46, | |
"email": "[email protected]", | |
"satisfaction": 4 | |
}, | |
"items": [ | |
{ | |
"name": "pens", | |
"tags": { | |
"0": "writing", | |
"1": "office", | |
"2": "school", | |
"3": "stationary" | |
}, | |
"price": "29.93", | |
"quantity": 5 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "35.21", | |
"quantity": 5 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "33.35", | |
"quantity": 2 | |
}, | |
{ | |
"name": "printer paper", | |
"tags": { | |
"0": "office", | |
"1": "stationary" | |
}, | |
"price": "49.51", | |
"quantity": 5 | |
}, | |
{ | |
"name": "laptop", | |
"tags": { | |
"0": "electronics", | |
"1": "school", | |
"2": "office" | |
}, | |
"price": "1335.95", | |
"quantity": 3 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "33.05", | |
"quantity": 5 | |
}, | |
{ | |
"name": "binder", | |
"tags": { | |
"0": "school", | |
"1": "general", | |
"2": "organization" | |
}, | |
"price": "24.86", | |
"quantity": 8 | |
} | |
] | |
}, | |
{ | |
"_id": {"$oid": "5bd761dcae323e45a93cd0f1"}, | |
"customer": { | |
"gender": "M", | |
"age": 36, | |
"email": "[email protected]", | |
"satisfaction": 2 | |
}, | |
"items": [ | |
{ | |
"name": "envelopes", | |
"tags": { | |
"0": "stationary", | |
"1": "office", | |
"2": "general" | |
}, | |
"price": "19.9", | |
"quantity": 7 | |
}, | |
{ | |
"name": "binder", | |
"tags": { | |
"0": "school", | |
"1": "general", | |
"2": "organization" | |
}, | |
"price": "10.93", | |
"quantity": 3 | |
}, | |
{ | |
"name": "backpack", | |
"tags": { | |
"0": "schjool", | |
"1": "travel", | |
"2": "kids" | |
}, | |
"price": "165.96", | |
"quantity": 5 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "36.69", | |
"quantity": 4 | |
} | |
] | |
}, | |
{ | |
"_id": {"$oid": "5bd761dcae323e45a93cd100"}, | |
"customer": { | |
"gender": "F", | |
"age": 56, | |
"email": "[email protected]", | |
"satisfaction": 1 | |
}, | |
"items": [ | |
{ | |
"name": "pens", | |
"tags": { | |
"0": "writing", | |
"1": "office", | |
"2": "school", | |
"3": "stationary" | |
}, | |
"price": "66.94", | |
"quantity": 4 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "9.11", | |
"quantity": 5 | |
}, | |
{ | |
"name": "backpack", | |
"tags": { | |
"0": "school", | |
"1": "travel", | |
"2": "kids" | |
}, | |
"price": "108.07", | |
"quantity": 3 | |
}, | |
{ | |
"name": "notepad", | |
"tags": { | |
"0": "office", | |
"1": "writing", | |
"2": "school" | |
}, | |
"price": "27.03", | |
"quantity": 4 | |
}, | |
{ | |
"name": "binder", | |
"tags": { | |
"0": "school", | |
"1": "general", | |
"2": "organization" | |
}, | |
"price": "10.56", | |
"quantity": 6 | |
}, | |
{ | |
"name": "printer paper", | |
"tags": { | |
"0": "office", | |
"1": "stationary" | |
}, | |
"price": "25.61", | |
"quantity": 1 | |
}, | |
{ | |
"name": "pens", | |
"tags": { | |
"0": "writing", | |
"1": "office", | |
"2": "school", | |
"3": "stationary" | |
}, | |
"price": "34.52", | |
"quantity": 3 | |
}, | |
{ | |
"name": "laptop", | |
"tags": { | |
"0": "electronics", | |
"1": "school", | |
"2": "office" | |
}, | |
"price": "1517.79", | |
"quantity": 3 | |
}, | |
{ | |
"name": "binder", | |
"tags": { | |
"0": "school", | |
"1": "general", | |
"2": "organization" | |
}, | |
"price": "11.36", | |
"quantity": 3 | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment