yeonghyiseo commited on
Commit
6f9ab89
·
verified ·
1 Parent(s): 6ffb3e4

Add synthetic test dataset

Browse files
Files changed (2) hide show
  1. README.md +21 -0
  2. data.csv +42 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ tags:
4
+ - synthetic
5
+ - test-data
6
+ size_categories:
7
+ - n<1K
8
+ ---
9
+
10
+ # just-roof-7a76e5
11
+
12
+ Synthetic products test data: 41 rows in `data.csv`.
13
+
14
+ All values are randomly generated fictional examples, not real observations, products, or user activity. Intended only for CSV loading and pipeline tests; not suitable for scientific or business conclusions. Columns are sampled independently and do not model real-world correlations.
15
+
16
+ ## Fields
17
+
18
+ - `sample_id`: random identifier for this generated sample.
19
+ - `row_id`: sequential row number starting at 1.
20
+ - `is_synthetic`: always true.
21
+ - `price_usd`, `stock_units`: simulated values in the units named in each column.
data.csv ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ sample_id,row_id,is_synthetic,price_usd,stock_units
2
+ 885d08db127d05bc,1,true,146.85,119
3
+ 885d08db127d05bc,2,true,99.91,239
4
+ 885d08db127d05bc,3,true,68.58,249
5
+ 885d08db127d05bc,4,true,14.37,48
6
+ 885d08db127d05bc,5,true,4.74,131
7
+ 885d08db127d05bc,6,true,486.34,376
8
+ 885d08db127d05bc,7,true,419.77,287
9
+ 885d08db127d05bc,8,true,450.17,114
10
+ 885d08db127d05bc,9,true,326.34,475
11
+ 885d08db127d05bc,10,true,381.05,35
12
+ 885d08db127d05bc,11,true,137.7,396
13
+ 885d08db127d05bc,12,true,209.09,482
14
+ 885d08db127d05bc,13,true,155.9,475
15
+ 885d08db127d05bc,14,true,491.01,357
16
+ 885d08db127d05bc,15,true,7.92,385
17
+ 885d08db127d05bc,16,true,341.17,48
18
+ 885d08db127d05bc,17,true,386.72,459
19
+ 885d08db127d05bc,18,true,61.49,242
20
+ 885d08db127d05bc,19,true,398.04,500
21
+ 885d08db127d05bc,20,true,388.4,26
22
+ 885d08db127d05bc,21,true,245.79,146
23
+ 885d08db127d05bc,22,true,284.54,459
24
+ 885d08db127d05bc,23,true,259.45,1
25
+ 885d08db127d05bc,24,true,74.31,160
26
+ 885d08db127d05bc,25,true,62.62,384
27
+ 885d08db127d05bc,26,true,173.95,10
28
+ 885d08db127d05bc,27,true,457.29,262
29
+ 885d08db127d05bc,28,true,168.55,219
30
+ 885d08db127d05bc,29,true,54.71,467
31
+ 885d08db127d05bc,30,true,177.26,417
32
+ 885d08db127d05bc,31,true,494.25,245
33
+ 885d08db127d05bc,32,true,421.78,26
34
+ 885d08db127d05bc,33,true,251.48,220
35
+ 885d08db127d05bc,34,true,377.16,209
36
+ 885d08db127d05bc,35,true,345.33,264
37
+ 885d08db127d05bc,36,true,50.29,328
38
+ 885d08db127d05bc,37,true,145.24,2
39
+ 885d08db127d05bc,38,true,66.08,274
40
+ 885d08db127d05bc,39,true,107.86,149
41
+ 885d08db127d05bc,40,true,119.29,118
42
+ 885d08db127d05bc,41,true,179.55,171