Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson09 (Aaron) #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions students/aaron/lesson09/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Lesson09
Homework in ./assignment/src/
499 changes: 499 additions & 0 deletions students/aaron/lesson09/assignment/2019-06-09.log

Large diffs are not rendered by default.

513 changes: 513 additions & 0 deletions students/aaron/lesson09/assignment/2019-06-09.stderr.log

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions students/aaron/lesson09/assignment/data/customers.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
user_id,name,address,zip_code,phone_number,email
user001,Elisa Miles,4490 Union Street,98109,206-922-0882,[email protected]
user002,Maya Data,4936 Elliot Avenue,98115,206-777-1927,[email protected]
user003,Andy Norris,348 Terra Street,98501,206-309-2533,[email protected]
user004,Flor Matatena,885 Boone Crockett Lane,97209,206-414-2629,[email protected]
user005,Dan Sounders,861 Honeysuckle Lane,98244,206-279-1723,[email protected]
user006,Leo Dembele,2725 Mutton Town Road,98368,206-203-1294,[email protected]
user007,Pete Nicholas,668 Elliot Avenue,98115,206-279-8759,[email protected]
user008,Shirlene Harris,4329 Honeysuckle Lane,98055,206-279-5340,[email protected]
user009,Nick Rather,4679 Goodwin Avenue,98619,206-777-1965,[email protected]
user010,Jose Garza,2717 Raccoon Run,98116,206-946-8200,[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions students/aaron/lesson09/assignment/data/output.json

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions students/aaron/lesson09/assignment/data/products.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
product_id,description,product_type,quantity_available
prd001,60-inch TV stand,livingroom,3
prd002,L-shaped sofa,livingroom,0
prd003,Acacia kitchen table,kitchen,7
prd004,Queen bed,bedroom,10
prd005,Reading lamp,bedroom,20
prd006,Portable heater,bathroom,14
prd007,Ballerina painting,livingroom,0
prd008,Smart microwave,kitchen,30
prd009,Popcorn machine,kitchen,0
prd010,60-inch TV,livingroom,3
10 changes: 10 additions & 0 deletions students/aaron/lesson09/assignment/data/rentals.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
product_id,user_id
prd003,user004
prd002,user008
prd002,user005
prd005,user001
prd010,user002
prd007,user002
prd006,user003
prd005,user003
prd001,user010
Loading