thorodin103 commited on
Commit
15f65ff
·
verified ·
1 Parent(s): 315f360

Upload datasets/expert/gold.csv with huggingface_hub

Browse files
Files changed (1) hide show
  1. datasets/expert/gold.csv +13 -14
datasets/expert/gold.csv CHANGED
@@ -1,14 +1,13 @@
1
- transaction_id,sales_rep,region,sale_amount,commission_pct,sale_date,units_sold,customer_rating
2
- 2001,Alice,North,1500.0,5.0,2024-01-05,12,4
3
- 2002,Bob,South,2200.0,7.0,2024-01-06,8,5
4
- 2003,Charlie,East,980.0,6.0,2024-01-07,15,4
5
- 2004,Diana,West,3100.0,8.0,2024-01-08,6,3
6
- 2005,Alice,North,1750.0,5.0,2024-01-09,11,4
7
- 2006,Bob,South,2200.0,7.0,2024-01-10,8,5
8
- 2007,Charlie,East,890.0,6.0,2024-01-11,14,4
9
- 2008,Diana,West,4100.0,6.0,2024-01-12,5,4
10
- 2009,Diana,North,1600.0,8.0,2024-01-13,9,3
11
- 2010,Alice,South,2900.0,5.0,2024-01-14,7,5
12
- 2011,Charlie,East,750.0,6.0,2024-01-15,3,4
13
- 2012,Eve,West,1100.0,7.0,2024-01-16,10,4
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