Skip to content

Commit 402cf4e

Browse files
committed
Lesson 09 completed
1 parent 65559bc commit 402cf4e

File tree

8 files changed

+44382
-0
lines changed

8 files changed

+44382
-0
lines changed

students/tim_lurvey/lesson10/assignment/data/customers.csv

Lines changed: 19617 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
product_id,description,product_type,quantity_available
2+
prod000001,TV 50 inch,residential,8
3+
prod000002,TV 65 inch,residential,4
4+
prod000003,Projector LED,residential,7
5+
prod000004,Speaker Large,residential,1
6+
prod000005,Speaker Small,residential,6
7+
prod000006,Car compact,automobile,6
8+
prod000007,Car mid size,automobile,4
9+
prod000008,Car full size,automobile,5
10+
prod000009,SUV compact,automobile,6
11+
prod000010,SUV full size,automobile,1
12+
prod000011,SUV Luxury,automobile,5
13+
prod000012,Lawn mover 24,tools,9
14+
prod000013,Lawn mower 56,tools,10
15+
prod000014,Leaf blower small,tools,10
16+
prod000015,Leaf blower large,tools,3
17+
prod000016,Fan Large,tools,1
18+
prod000017,Fan Medium,tools,6
19+
prod000018,Fan Small,tools,8

0 commit comments

Comments
 (0)