Skip to content

Commit

Permalink
activities
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbiehl committed Apr 7, 2021
1 parent 8c6b0e7 commit 4073ccf
Show file tree
Hide file tree
Showing 4 changed files with 1,278 additions and 0 deletions.
6 changes: 6 additions & 0 deletions files/customers.csv
@@ -0,0 +1,6 @@
customer_id,first_name,last_name,email,address,city,state,zipcode
1,George,Washington,gwashington@usa.gov,3200 Mt Vernon Hwy,Mount Vernon,VA,22121
2,John,Adams,jadams@usa.gov,1250 Hancock St,Quincy,MA,2169
3,Thomas,Jefferson,tjefferson@usa.gov,931 Thomas Jefferson Pkwy,Charlottesville,VA,22902
4,James,Madison,jmadison@usa.gov,11350 Constitution Hwy,Orange,VA,22960
5,James,Monroe,jmonroe@usa.gov,2050 James Monroe Parkway,Charlottesville,VA,22902
7 changes: 7 additions & 0 deletions files/orders.csv
@@ -0,0 +1,7 @@
order_id,order_date,amount,customer_id
1,07/04/1776,$234.56 ,1
2,03/14/1760,$78.50 ,3
3,05/23/1784,$124.00 ,2
4,09/03/1790,$65.50 ,3
5,07/21/1795,$25.50 ,10
6,11/27/1787,$14.40 ,9
5 changes: 5 additions & 0 deletions files/returns.csv
@@ -0,0 +1,5 @@
return_id,order_date,amount,return_customer_id,order_id
1,07/10/1776,$234.56 ,1,1
3,03/08/1783,$86.50 ,2,10
4,09/30/1790,$65.50 ,3,4
6,12/27/1787,$14.40 ,9,6

0 comments on commit 4073ccf

Please sign in to comment.