Spaces:
Sleeping
Sleeping
Upload datasets/expert/gold.csv with huggingface_hub
Browse files- datasets/expert/gold.csv +13 -14
datasets/expert/gold.csv
CHANGED
|
@@ -1,14 +1,13 @@
|
|
| 1 |
-
transaction_id,sales_rep,region,sale_amount,
|
| 2 |
-
2001,Alice,North,1500
|
| 3 |
-
2002,Bob,
|
| 4 |
-
2003,
|
| 5 |
-
2004,Diana,West,3100
|
| 6 |
-
2005,Alice,
|
| 7 |
-
2006,Bob,South,2200
|
| 8 |
-
2007,Charlie,
|
| 9 |
-
2008,
|
| 10 |
-
2009,Diana,
|
| 11 |
-
2010,Alice,
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
2013,Charlie,North,2400.0,6.0,2024-01-17,6,3
|
|
|
|
| 1 |
+
transaction_id,sales_rep,region,sale_amount,commission_%,sale_date,units_sold,customer_rating
|
| 2 |
+
2001,Alice,North,1500,5,2024-01-05,12,4
|
| 3 |
+
2002,Bob,south,2200,7,2024-01-06,8,5
|
| 4 |
+
2003,Alice,EAST,980,5,2024-01-07,15,4
|
| 5 |
+
2004,Diana,West,3100,8,2024-01-08,6,3
|
| 6 |
+
2005,Alice,north,1750,5,2024-01-09,11,4
|
| 7 |
+
2006,Bob,South,2200,7,2024-01-10,8,5
|
| 8 |
+
2007,Charlie,east,890,6,2024-01-11,14,4
|
| 9 |
+
2008,Alice,West,4100,5,2024-01-12,5,4
|
| 10 |
+
2009,Diana,NORTH,1600,8,2024-01-13,9,3
|
| 11 |
+
2010,Alice,south,2900,5,2024-01-14,7,5
|
| 12 |
+
2012,Eve,west,1100,7,2024-01-16,10,4
|
| 13 |
+
2013,Alice,North,2400,5,2024-01-17,6,3
|
|
|