Spaces:
Sleeping
Sleeping
Upload datasets/hard/gold.csv with huggingface_hub
Browse files- datasets/hard/gold.csv +11 -11
datasets/hard/gold.csv
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
order_id,product,quantity,price,customer_id,status,order_date,rating
|
| 2 |
-
1001,Laptop,2,1200,501,completed,2024-01-10,4
|
| 3 |
-
1002,Phone,1,800,502,pending,2024-01-11,5
|
| 4 |
-
1003,Tablet,1,450,503,completed,2024-01-12,3
|
| 5 |
-
1004,Laptop,3,1200,504,shipped,2024-01-13,4
|
| 6 |
-
1005,Phone,1,800,505,pending,2024-01-14,
|
| 7 |
-
1006,
|
| 8 |
-
1007,Tablet,1,450,507,shipped,2024-01-16,3
|
| 9 |
-
1009,Phone,2,800,509,pending,2024-01-18,4
|
| 10 |
-
1010,Tablet,1,450,510,completed,2024-01-19,5
|
| 11 |
-
1011,Laptop,3,1200,511,shipped,2024-01-20,
|
| 12 |
-
1012,Tablet,1,450,512,completed,2024-01-21,3
|
|
|
|
| 1 |
order_id,product,quantity,price,customer_id,status,order_date,rating
|
| 2 |
+
1001,Laptop,2,1200.0,501,completed,2024-01-10,4
|
| 3 |
+
1002,Phone,1,800.0,502,pending,2024-01-11,5
|
| 4 |
+
1003,Tablet,1,450.0,503,completed,2024-01-12,3
|
| 5 |
+
1004,Laptop,3,1200.0,504,shipped,2024-01-13,4
|
| 6 |
+
1005,Phone,1,800.0,505,pending,2024-01-14,4
|
| 7 |
+
1006,Tablet,2,450.0,506,completed,2024-01-15,5
|
| 8 |
+
1007,Tablet,1,450.0,507,shipped,2024-01-16,3
|
| 9 |
+
1009,Phone,2,800.0,509,pending,2024-01-18,4
|
| 10 |
+
1010,Tablet,1,450.0,510,completed,2024-01-19,5
|
| 11 |
+
1011,Laptop,3,1200.0,511,shipped,2024-01-20,4
|
| 12 |
+
1012,Tablet,1,450.0,512,completed,2024-01-21,3
|