Spaces:
Sleeping
Sleeping
Upload datasets/hard/dirty.csv with huggingface_hub
Browse files- datasets/hard/dirty.csv +14 -0
datasets/hard/dirty.csv
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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,,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,
|
| 7 |
+
1006,,2,450.0,506,completed,2024-01-15,5
|
| 8 |
+
1007,Tablet,1,450.0,507,shipped,2024-01-16,3
|
| 9 |
+
1008,Laptop,999,99999.0,508,completed,2024-01-17,1
|
| 10 |
+
1009,Phone,2,800.0,509,pending,2024-01-18,4
|
| 11 |
+
1010,Tablet,1,450.0,510,completed,2024-01-19,5
|
| 12 |
+
1002,Phone,1,800.0,502,pending,2024-01-11,5
|
| 13 |
+
1011,Laptop,3,1200.0,511,shipped,2024-01-20,
|
| 14 |
+
1012,Tablet,,450.0,512,,2024-01-21,3
|