masadonline commited on
Commit
e1b5dcf
·
verified ·
1 Parent(s): e147f2e

Upload 2 files

Browse files
Files changed (2) hide show
  1. docs/CustomerOrders.csv +11 -0
  2. docs/Products.csv +11 -0
docs/CustomerOrders.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ OrderID,CustomerName,OrderDate,ProductID,Quantity,UnitPrice(USD),TotalPrice(USD),ShippingAddress,OrderStatus
2
+ ORD-001,Alice Smith,5/17/2025,PROD-002,2,19.5,39,"123 Main Street, Anytown, USA",Processing
3
+ ORD-002,Bob Johnson,5/17/2025,PROD-003,1,39.95,39.95,"456 Oak Avenue, Someville, Canada",Shipped
4
+ ORD-003,Carol Davis,5/18/2025,PROD-001,1,25.99,25.99,"789 Pine Lane, Othercity, UK",Pending
5
+ ORD-003,Carol Davis,5/18/2025,PROD-004,2,12.75,25.5,"789 Pine Lane, Othercity, UK",Pending
6
+ ORD-004,David Lee,5/18/2025,PROD-006,1,28,28,"101 Elm Street, Anytown, USA",Processing
7
+ ORD-005,Eve Wilson,5/18/2025,PROD-008,3,8.99,26.97,"222 Maple Drive, Someville, Canada",New
8
+ ORD-006,Frank Garcia,5/18/2025,PROD-005,1,14.2,14.2,"333 Willow Court, Othercity, UK",Shipped
9
+ ORD-006,Frank Garcia,5/18/2025,PROD-007,1,32.5,32.5,"333 Willow Court, Othercity, UK",Shipped
10
+ ORD-007,Grace Brown,5/18/2025,PROD-009,2,15.5,31,"444 Birch Road, Anytown, USA",Processing
11
+ ORD-008,Henry Adams,5/18/2025,PROD-010,1,45,45,"555 Oak Street, Someville, Canada",New
docs/Products.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ProductID,ToyName,Category,Price(USD),StockQuantity,Description
2
+ PROD-001,Building Blocks Set,Educational,25.99,150,Large set with various shapes and sizes.
3
+ PROD-002,Plush Teddy Bear,Stuffed Animals,19.5,200,"Soft and cuddly teddy bear, 12 inches tall."
4
+ PROD-003,Remote Control Car,Vehicles,39.95,85,High-speed RC car with rechargeable battery.
5
+ PROD-004,Wooden Puzzle Set,Educational,12.75,120,Set of 4 different wooden jigsaw puzzles.
6
+ PROD-005,Action Figure - Hero,Action Figures,14.2,110,Articulated action figure with accessories.
7
+ PROD-006,Doll with Accessories,Dolls,28,95,Fashion doll with extra outfits and shoes.
8
+ PROD-007,Board Game - Strategy,Games,32.5,70,Strategy board game for 2-4 players.
9
+ PROD-008,Coloring Book & Crayons,Arts & Crafts,8.99,250,Large coloring book with 24 vibrant crayons.
10
+ PROD-009,Soccer Ball,Sports,15.5,180,Standard size 5 soccer ball.
11
+ PROD-010,Science Experiment Kit,Educational,45,60,Hands-on science experiments for kids.