Spaces:
Sleeping
Sleeping
zhang qiao commited on
Commit ·
a409e52
1
Parent(s): 5ee4b17
Upload folder using huggingface_hub
Browse files
data/example_inventory.csv
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
SKU,demand,price,cost,space_per_unit,replenishment_rate,budgetary_cost,price_elasticity,price_consideration_range
|
| 2 |
-
Item_A,1262,50,10,1.5,1,10,0.
|
| 3 |
-
Item_B,68,120,20,3,1,20,0.
|
| 4 |
-
Item_C,179,60,10,5,1,10,0.
|
| 5 |
-
Item_D,516,10,8,2,1,8,0.
|
| 6 |
-
Item_E,563,30,15,1,1,15,0.
|
|
|
|
| 1 |
SKU,demand,price,cost,space_per_unit,replenishment_rate,budgetary_cost,price_elasticity,price_consideration_range
|
| 2 |
+
Item_A,1262,50,10,1.5,0.1,10,0.05,0.1
|
| 3 |
+
Item_B,68,120,20,3,0.1,20,0.05,0.1
|
| 4 |
+
Item_C,179,60,10,5,0.1,10,0.05,0.1
|
| 5 |
+
Item_D,516,10,8,2,0.1,8,0.05,0.1
|
| 6 |
+
Item_E,563,30,15,1,0.1,15,0.05,0.1
|