Dataset Preview
Full Screen
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 6 new columns ({'Authenticated', 'PriceBuckets', 'IsInMedianRatio20Percent', 'IsInMedianRatio25Percent', 'BidCount', 'IsInMedianRatio10Percent'}) and 1 missing columns ({'ItemListedCount'}).

This happened while the csv dataset builder was generating data using

hf://datasets/mvpxx/ebay/TestSubset.csv (at revision 1979eb79a4f206f2747d8ab0022f1563c6cca820)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              EbayID: double
              Price: double
              PricePercent: double
              StartingBidPercent: double
              SellerName: string
              SellerClosePercent: double
              Category: int64
              PersonID: int64
              StartingBid: double
              AvgPrice: double
              EndDay: int64
              QuantitySold: int64
              HitCount: int64
              AuctionAvgHitCount: int64
              Authenticated: int64
              ItemAuctionSellPercent: double
              SellerSaleAvgPriceRatio: double
              SellerAvg: int64
              SellerItemAvg: int64
              AuctionHitCountAvgRatio: double
              BestOffer: int64
              ReturnsAccepted: int64
              IsHOF: int64
              BidCount: int64
              AuctionCount: int64
              AuctionSaleCount: int64
              SellerAuctionCount: int64
              SellerAuctionSaleCount: int64
              PriceBuckets: int64
              AuctionMedianPrice: double
              IsInMedianRatio10Percent: int64
              IsInMedianRatio20Percent: int64
              IsInMedianRatio25Percent: int64
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 4426
              to
              {'EbayID': Value(dtype='float64', id=None), 'QuantitySold': Value(dtype='int64', id=None), 'Price': Value(dtype='float64', id=None), 'PricePercent': Value(dtype='float64', id=None), 'StartingBidPercent': Value(dtype='float64', id=None), 'SellerName': Value(dtype='string', id=None), 'SellerClosePercent': Value(dtype='float64', id=None), 'Category': Value(dtype='int64', id=None), 'PersonID': Value(dtype='int64', id=None), 'StartingBid': Value(dtype='float64', id=None), 'AvgPrice': Value(dtype='float64', id=None), 'EndDay': Value(dtype='int64', id=None), 'HitCount': Value(dtype='int64', id=None), 'AuctionAvgHitCount': Value(dtype='int64', id=None), 'ItemAuctionSellPercent': Value(dtype='int64', id=None), 'SellerSaleAvgPriceRatio': Value(dtype='float64', id=None), 'SellerAvg': Value(dtype='float64', id=None), 'SellerItemAvg': Value(dtype='int64', id=None), 'AuctionHitCountAvgRatio': Value(dtype='int64', id=None), 'BestOffer': Value(dtype='float64', id=None), 'ReturnsAccepted': Value(dtype='int64', id=None), 'IsHOF': Value(dtype='int64', id=None), 'ItemListedCount': Value(dtype='int64', id=None), 'AuctionCount': Value(dtype='int64', id=None), 'AuctionSaleCount': Value(dtype='int64', id=None), 'SellerAuctionCount': Value(dtype='int64', id=None), 'SellerAuctionSaleCount': Value(dtype='int64', id=None), 'AuctionMedianPrice': Value(dtype='float64', id=None)}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1321, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 935, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 6 new columns ({'Authenticated', 'PriceBuckets', 'IsInMedianRatio20Percent', 'IsInMedianRatio25Percent', 'BidCount', 'IsInMedianRatio10Percent'}) and 1 missing columns ({'ItemListedCount'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/mvpxx/ebay/TestSubset.csv (at revision 1979eb79a4f206f2747d8ab0022f1563c6cca820)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

EbayID
float64
QuantitySold
int64
Price
float64
PricePercent
float64
StartingBidPercent
float64
SellerName
string
SellerClosePercent
float64
Category
int64
PersonID
int64
StartingBid
float64
AvgPrice
float64
EndDay
int64
HitCount
int64
AuctionAvgHitCount
int64
ItemAuctionSellPercent
int64
SellerSaleAvgPriceRatio
float64
SellerAvg
float64
SellerItemAvg
int64
AuctionHitCountAvgRatio
int64
BestOffer
float64
ReturnsAccepted
int64
IsHOF
int64
ItemListedCount
int64
AuctionCount
int64
AuctionSaleCount
int64
SellerAuctionCount
int64
SellerAuctionSaleCount
int64
AuctionMedianPrice
float64
400,476,000,000
0
0.99
0.5892
0.5892
harryjean0
0.128269
73,409
8,215
0.99
1.68
6
5
78
0
0.088608
0.42
3
6
0.064103
0
1
0
79
7
2,791
358
0.99
350,785,000,000
0
119
1.1427
1.1427
rrsports23
0.116667
27,260
34
119
104.133
1
6
77
1
0.458494
1.67
50
25
0.077922
0
1
1
1,819
834
60
7
77
380,630,000,000
1
1.75
1.0416
0.4464
mojo640
0.531599
73,409
8,215
0.75
1.68
4
8
78
0
0.088608
0.3
2
7
0.102564
0
0
0
79
7
269
143
0.99
300,897,000,000
1
66
0.6338
0
mintsignatures
0.971014
27,260
34
0.01
104.133
6
116
77
0
0.458494
0.8
49
61
1.506494
0
1
1
1,819
834
138
134
77
200,919,000,000
0
9.99
0.5197
0.5197
realdealsignatures
0.187117
27,285
28,504
9.99
19.2203
4
2
55
0
0.148515
0.28
2
8
0.036364
0
1
0
202
30
326
61
11
310,662,000,000
0
29.99
0.6202
0.6202
bbcardscollectibles
0.083521
27,285
6,904
29.99
48.3506
5
3
96
0
0.166307
1.07
41
39
0.03125
0
1
0
463
77
886
74
19.99
290,908,000,000
1
14.99
1.7565
1.7565
a1a-collectables
0.089041
27,265
37,724
14.99
8.534
6
3
57
0
0.123457
0.94
33
36
0.052632
0
0
0
81
10
146
13
9.95
380,633,000,000
0
4.95
1.1272
1.1272
rocky-mountain-collectibles
0.064801
73,409
21,663
4.95
4.3911
1
3
31
0
0.335938
0.75
5
7
0.096774
0
0
0
128
43
679
44
1.49
251,270,000,000
0
25
0.6886
0.6886
njh23
0.085714
27,260
4,697
25
36.3052
6
8
67
0
0.379913
0.64
23
40
0.119403
0
0
1
1,145
435
35
3
31
151,038,000,000
0
0.99
0.6101
0.6101
qualitysignatures
0.029412
73,396
16,731
0.99
1.6225
2
3
42
0
0.028986
1.52
16
10
0.071429
0
1
0
69
2
510
15
1.245
121,107,000,000
1
150
1.4404
1.4404
oldnewborrow
0.232558
27,260
34
150
104.133
2
26
77
0
0.458494
1.33
100
91
0.337662
0
1
1
1,819
834
43
10
77
161,018,000,000
0
135
1.2964
1.2964
tony2136
0.032258
27,260
34
135
104.133
2
36
77
0
0.458494
1.3
107
82
0.467532
0
1
1
1,819
834
62
2
77
181,133,000,000
0
29.99
0.6202
0.6202
rtstew1971
0.092647
27,285
6,904
29.99
48.3506
2
3
96
0
0.166307
0.83
18
21
0.03125
0
1
0
463
77
680
63
19.99
281,099,000,000
1
97.89
0.6414
0.0064
livehorn
0.928962
27,277
16,917
0.99
152.6145
4
56
88
1
0.477064
1.31
71
57
0.636364
0
1
1
218
104
549
510
152.5
281,101,000,000
0
3.75
3.7878
3.7878
deadeds8210
0.026059
73,396
7,989
3.75
0.99
3
0
32
0
0.018868
0.88
6
6
0
0
0
0
53
1
2,149
56
0.99
271,197,000,000
0
40
0.8272
0.8272
puppyseb110
0.1
27,285
6,904
40
48.3506
4
2
96
0
0.166307
0.98
49
50
0.020833
0
0
0
463
77
70
7
19.99
190,830,000,000
0
2.45
1.8421
1.8421
bclaus
0.066667
73,396
12,652
2.45
1.33
3
3
25
0
0.153846
0.58
1
2
0.12
0
1
0
65
10
15
1
0.99
190,832,000,000
0
34.99
1.9577
1.9577
clemenshof2008
0.108333
27,295
30,170
34.99
17.8725
5
1
23
0
0.222222
0.69
82
119
0.043478
0
0
0
18
4
120
13
16.75
251,269,000,000
0
179
2.142
2.142
goalpostsports
0.038835
27,277
7,548
179
83.5666
1
7
138
0
0.637405
2.52
193
77
0.050725
0
1
1
262
167
206
8
56
360,644,000,000
0
1.99
0.3859
0.3859
mhgcards
0.039894
73,396
17,541
1.99
5.1563
4
4
36
0
0.090909
0.7
2
3
0.111111
0
1
0
121
11
376
15
0.99
370,806,000,000
0
2.99
2.0022
2.0022
hockeylys99
0.048125
73,409
13,588
2.99
1.4933
6
2
22
0
0.6
0.91
4
5
0.090909
0
0
0
5
3
1,413
68
1.25
171,031,000,000
0
18.99
0.7431
0.7431
fiberguy.239
0.147059
27,265
14,000
18.99
25.5525
6
6
77
0
0.270833
0.71
14
20
0.077922
0
0
0
48
13
136
20
5.64
300,898,000,000
0
3.25
0.3265
0.3265
tccollect99
0.137931
73,409
30,276
3.25
9.9537
6
6
99
0
0.133333
0.96
5
6
0.060606
0
1
0
60
8
870
120
1.27
400,477,000,000
1
0.99
0.4267
0.4267
hairmetalwhitey
0.693739
27,263
43,220
0.99
2.32
1
1
10
0
1
0.67
3
4
0.1
0
1
0
3
3
1,182
820
1.25
171,034,000,000
0
17.99
0.8956
0.8956
rtstew1971
0.092647
27,285
30,359
17.99
20.085
2
8
40
0
0.208333
0.83
18
21
0.2
0
1
0
24
5
680
63
14.99
380,633,000,000
0
129.95
1.2479
1.2479
hueytix
0.017878
27,260
34
129.95
104.133
1
1
77
1
0.458494
1.44
29
20
0.012987
0
0
1
1,819
834
839
15
77
380,633,000,000
1
10.75
0.4715
0.0434
probstein123
0.979673
27,260
30,671
0.99
22.7965
2
14
33
1
0.323171
1.13
38
31
0.424242
0
1
0
164
53
1,771
1,735
17.5
380,633,000,000
1
33
1.4475
0.0434
probstein123
0.979673
27,260
30,671
0.99
22.7965
2
23
33
1
0.323171
1.13
38
31
0.69697
0
1
0
164
53
1,771
1,735
17.5
140,966,000,000
0
9.99
1.3785
1.3785
iamthe4x6king
0.018856
73,396
28,922
9.99
7.2466
6
0
65
0
0.304
1.55
21
14
0
0
1
0
125
38
1,538
29
3.205
190,831,000,000
0
9.99
0.5197
0.5197
realdealsignatures
0.187117
27,285
28,504
9.99
19.2203
4
1
55
0
0.148515
0.28
2
8
0.018182
0
1
0
202
30
326
61
11
200,921,000,000
1
36
0.7611
0.2112
ctownsellers
0.981982
27,275
60,177
9.99
47.295
6
40
88
0
0.413043
0.62
40
65
0.454545
0
1
0
46
19
222
218
48
111,061,000,000
1
8.14
0.863
0.635
tmt51
0.333333
73,396
36,101
5.99
9.4321
5
13
17
0
0.275
1.27
43
46
0.764706
0
0
0
40
11
204
68
6.07
390,587,000,000
0
7.99
2.5933
2.5933
ruth9k
0.043307
73,409
9,635
7.99
3.081
1
0
43
0
0.416667
1.09
8
7
0
0
1
0
24
10
254
11
2.825
190,830,000,000
1
1.05
0.4242
0.101
whitebuffalo93
0.995223
73,409
30,860
0.25
2.4752
3
9
35
0
0.414634
0.48
2
5
0.257143
0
1
0
41
17
628
625
1.37
171,034,000,000
0
0.99
0.2217
0.2217
rtstew1971
0.092647
27,278
15,377
0.99
4.4647
2
4
85
0
0.179688
0.83
18
21
0.047059
0
1
0
128
23
680
63
0.99
171,033,000,000
0
9.99
3.4329
3.4329
bearistasrus208
0.009164
73,396
5,118
9.99
2.91
6
1
47
0
0.224543
1.4
10
7
0.021277
0
1
0
383
86
873
8
1.505
130,896,000,000
0
6.95
2.3883
2.3883
tomdcharm5cas
0.241379
73,396
5,118
6.95
2.91
4
3
47
0
0.224543
1.07
7
7
0.06383
0
1
0
383
86
348
84
1.505
380,633,000,000
1
0.99
0.5996
0.5996
the_sports_page
0.553381
73,406
10,757
0.99
1.651
1
2
28
0
0.181818
0.5
2
4
0.071429
0
1
0
55
10
5,264
2,913
1.14
400,473,000,000
0
0.99
1
1
the_sports_page
0.553381
73,396
40,372
0.99
0.99
4
3
37
0
0.15
0.5
2
4
0.081081
0
1
0
20
3
5,264
2,913
0.99
370,807,000,000
0
13.95
0.8119
0.8119
misterinksignatures
0.031889
27,278
10,422
13.95
17.18
1
1
79
0
0.117647
1.14
16
14
0.012658
0
1
0
34
4
4,453
142
11.245
181,133,000,000
0
13.99
0.8885
0.8885
rtstew1971
0.092647
27,286
32,191
13.99
15.745
2
2
19
0
0.125
0.83
18
21
0.105263
0
1
0
16
2
680
63
15.745
140,966,000,000
0
9.99
0.5256
0.5256
dionlo
0.284483
95,056
26,675
9.99
19.0062
1
3
16
0
0.16129
0.76
12
16
0.1875
0
0
1
31
5
464
132
14.99
290,907,000,000
0
9.99
2.1075
2.1075
sportsfreakoh
0.115385
27,260
3,263
9.99
4.74
6
1
81
0
0.4
1.68
58
33
0.012346
0
1
0
10
4
26
3
4.99
221,220,000,000
0
7
1.4028
1.4028
homeken
0.44898
27,260
13,356
7
4.99
6
6
12
0
0.333333
0.51
14
27
0.5
0
0
0
3
1
98
44
4.99
330,914,000,000
0
69.99
0.6721
0.6721
doughnuteater
0.256757
27,260
34
69.99
104.133
5
38
77
0
0.458494
0.39
45
115
0.493506
0
1
1
1,819
834
74
19
77
151,037,000,000
0
11.99
0.4414
0.4414
sondak
0.25
27,265
5,759
11.99
27.1576
1
9
84
0
0.226131
0.96
15
28
0.107143
0
1
0
199
45
224
56
15
261,209,000,000
0
17.99
0.372
0.372
hkyauto1
0.308316
27,285
6,904
17.99
48.3506
5
6
96
0
0.166307
0.55
17
30
0.0625
0
1
0
463
77
493
152
19.99
290,905,000,000
0
0.79
0.6752
0.6752
mpapz
0.059002
73,409
1,949
0.79
1.17
4
4
15
0
0.066667
0.85
4
5
0.266667
0
1
0
30
2
1,644
97
1.17
321,118,000,000
0
9.99
0.2066
0.2066
hock1064
0.1875
27,285
6,904
9.99
48.3506
2
2
96
0
0.166307
0.75
18
24
0.020833
0
1
0
463
77
80
15
19.99
281,101,000,000
0
0.99
0.1919
0.1919
american_card_pickers
0.053624
73,396
17,541
0.99
5.1563
6
1
36
0
0.090909
0.26
1
5
0.027778
0
1
0
121
11
1,697
91
0.99
380,632,000,000
1
16.5
0.7896
0.0473
probstein123
0.979673
27,260
30,170
0.99
20.8956
1
20
46
0
0.331269
1.13
38
31
0.434783
0
1
0
323
107
1,771
1,735
15.99
271,199,000,000
0
149
1.4308
1.4308
lesagreen
0.179487
27,260
34
149
104.133
2
8
77
0
0.458494
0.81
221
244
0.103896
0
0
1
1,819
834
39
7
77
330,917,000,000
1
26
0.7161
0.5506
devilsh8er
0.5
27,260
4,697
19.99
36.3052
1
47
67
1
0.379913
0.88
36
41
0.701493
0
1
1
1,145
435
10
5
31
390,587,000,000
0
0.99
0.3451
0.3451
bertmc
0.112281
73,396
16,496
0.99
2.8687
1
6
19
0
0.111111
0.48
1
2
0.315789
0
1
0
72
8
285
32
1.5
221,222,000,000
0
4.99
2.1897
2.1897
zipshere
0.111628
73,396
26,741
4.99
2.2788
2
3
32
0
0.103896
1.07
9
9
0.09375
0
1
0
77
8
215
24
0.99
300,899,000,000
0
0.79
0.234
0.234
peacock7834
0.181148
73,396
1,680
0.79
3.375
1
2
23
0
0.083333
0.41
1
3
0.086957
0
0
0
24
2
3,798
688
3.375
261,211,000,000
0
29
0.5997
0.5997
grsportsmem
0.153724
27,285
6,904
29
48.3506
2
2
96
0
0.166307
0.97
40
43
0.020833
0
1
0
463
77
1,262
194
19.99
130,899,000,000
1
70.99
0.6817
0.4801
pandmv5164
0.563636
27,260
34
50
104.133
1
93
77
1
0.458494
0.93
65
68
1.207792
0
1
1
1,819
834
55
31
77
130,899,000,000
1
15.73
0.1986
0.1261
thorntonspawn1
0.312
73,391
34
9.99
79.1684
1
31
132
0
0.292683
1.21
56
86
0.234848
0
1
1
82
24
125
39
32.04
181,132,000,000
0
25
1.1964
1.1964
albert6473
0.036957
27,260
30,170
25
20.8956
1
3
46
0
0.331269
0.67
32
55
0.065217
0
1
0
323
107
460
17
15.99
140,966,000,000
0
14.99
0.4996
0.4996
roger_phantom4
0.186147
2,826
7,073
14.99
30
1
1
14
0
0.142857
0.58
5
8
0.071429
0
1
0
7
1
924
172
30
300,899,000,000
1
0.99
0.8534
0.681
peacock7834
0.181148
73,396
18,334
0.79
1.16
1
3
24
0
0.214286
0.41
1
3
0.125
0
0
0
14
3
3,798
688
0.99
281,101,000,000
0
59.95
1.6512
1.6512
nyc911lt
0.276596
27,260
4,697
59.95
36.3052
2
10
67
1
0.379913
0.79
105
122
0.149254
0
1
1
1,145
435
94
26
31
121,104,000,000
1
40
1.1017
0.0272
micron1268
0.838983
27,260
4,697
0.99
36.3052
2
79
67
0
0.379913
1.26
90
74
1.179104
0
1
1
1,145
435
118
99
31
221,222,000,000
0
7.99
1.7204
1.7204
zipshere
0.111628
73,409
9,134
7.99
4.6441
2
4
36
0
0.342857
1.07
9
9
0.111111
0
1
1
105
36
215
24
2.175
380,632,000,000
0
0.99
0.7481
0.7481
peacock7834
0.181148
73,396
26,715
0.99
1.3233
1
6
25
0
0.09375
0.41
1
3
0.24
0
0
0
32
3
3,798
688
0.99
350,782,000,000
1
0.01
0.015
0.015
inkcasualty
0.725377
73,396
25,865
0.01
0.6625
5
9
54
0
0.071429
0.37
1
4
0.166667
0
0
0
56
4
1,726
1,252
0.8
360,647,000,000
0
21.99
0.83
0.83
zimmie1231
0.198276
27,278
26,675
21.99
26.4935
6
1
64
0
0.27518
1.62
30
23
0.015625
0
1
1
1,112
306
696
138
19.095
181,133,000,000
0
15.99
0.6035
0.6035
ne.ilsportsfan
0.173554
27,278
26,675
15.99
26.4935
2
7
64
0
0.27518
0.43
12
29
0.109375
0
1
1
1,112
306
121
21
19.095
330,915,000,000
0
4.99
3.629
3.629
kimeeeekkim
0.068493
73,406
24,820
4.99
1.375
6
3
64
0
0.086207
0.48
9
20
0.046875
0
0
0
58
5
73
5
0.99
330,918,000,000
1
19.99
0.2352
0.2352
brietoph
0.36
53
33,276
19.99
84.9807
2
17
71
1
0.330544
0.33
14
43
0.239437
0
1
1
239
79
25
9
50
111,065,000,000
1
2.25
0.777
0.3453
xcorbin
0.175573
73,399
2,533
1
2.8954
1
20
31
0
0.611111
0.49
9
18
0.645161
0
0
0
18
11
131
23
2.25
261,209,000,000
0
3
3.0303
3.0303
baseballwill1972
0.071101
73,396
7,989
3
0.99
1
6
32
0
0.018868
0.87
8
9
0.1875
0
0
0
53
1
436
31
0.99
200,920,000,000
1
51
0.4897
0.48
justsellityork
0.4
27,260
34
49.99
104.133
1
68
77
0
0.458494
0.63
51
81
0.883117
0
1
1
1,819
834
20
8
77
290,908,000,000
0
6
9.0566
9.0566
lisasgrandma
0.041237
73,396
25,865
6
0.6625
1
2
54
0
0.071429
1.6
10
6
0.037037
0
0
0
56
4
97
4
0.8
360,646,000,000
0
10
3.1168
3.1168
houseofcards13
0.008955
73,406
14,836
10
3.2084
6
3
56
0
0.238095
1.62
21
13
0.053571
0
1
0
126
30
335
3
1.5
350,783,000,000
0
177.21
6.6888
6.6888
smokingoat70
0.023891
27,278
26,675
177.21
26.4935
1
2
64
0
0.27518
0.83
16
20
0.03125
0
0
1
1,112
306
293
7
19.095
230,973,000,000
0
101
1.1885
1.1885
bettys-dollhouse
0.142857
53
33,276
101
84.9807
2
5
71
1
0.330544
1.06
35
36
0.070423
0
1
1
239
79
35
5
50
350,785,000,000
0
99
0.9507
0.9507
rrsports23
0.116667
27,260
34
99
104.133
2
15
77
1
0.458494
1.67
50
25
0.194805
0
1
1
1,819
834
60
7
77
130,902,000,000
0
99.99
0.9602
0.9602
10elyn10
0.956522
27,260
34
99.99
104.133
2
16
77
1
0.458494
0.97
38
37
0.207792
0
1
1
1,819
834
23
22
77
140,967,000,000
0
3.99
2.375
2.375
roger_phantom4
0.186147
73,409
8,215
3.99
1.68
1
9
78
0
0.088608
0.58
5
8
0.115385
0
1
0
79
7
924
172
0.99
190,833,000,000
1
2.47
1.1374
0.9163
kccmke
0.101538
73,406
26,114
1.99
2.1716
1
13
31
0
0.352941
0.33
2
6
0.419355
0
0
0
17
6
325
33
1.635
181,133,000,000
0
9.94
0.4948
0.4929
ravinakang
0.25
27,285
30,359
9.9
20.085
2
4
40
0
0.208333
0.54
38
71
0.1
0
0
0
24
5
392
98
14.99
151,038,000,000
0
0.99
0.6101
0.6101
qualitysignatures
0.029412
73,396
16,731
0.99
1.6225
2
9
42
0
0.028986
1.52
16
10
0.214286
0
1
0
69
2
510
15
1.245
380,633,000,000
1
75.01
0.7203
0.0095
probstein123
0.979673
27,260
34
0.99
104.133
2
138
77
1
0.458494
1.13
38
31
1.792208
0
1
1
1,819
834
1,771
1,735
77
261,211,000,000
1
22.88
0.4732
0.3927
hkyauto1
0.308316
27,285
6,904
18.99
48.3506
2
13
96
0
0.166307
0.55
17
30
0.135417
0
1
0
463
77
493
152
19.99
290,908,000,000
0
3.99
0.2958
0.2958
mpapz
0.059002
27,285
56,808
3.99
13.4876
1
2
78
0
0.146552
0.85
4
5
0.025641
0
1
0
116
17
1,644
97
9.99
251,269,000,000
1
1.04
0.1044
0.0994
wilf2000
0.168831
73,409
30,276
0.99
9.9537
2
7
99
0
0.133333
0.26
3
12
0.070707
0
1
0
60
8
77
13
1.27
271,198,000,000
0
2.99
1.9415
1.9415
hockeylys99
0.048125
73,409
1,866
2.99
1.54
6
4
32
0
0.333333
0.91
4
5
0.125
0
0
0
3
1
1,413
68
1.54
190,830,000,000
1
0.85
0.183
0.0538
whitebuffalo93
0.995223
73,409
9,134
0.25
4.6441
3
10
36
0
0.342857
0.48
2
5
0.277778
0
1
1
105
36
628
625
2.175
390,587,000,000
0
57.99
1.1299
1.1299
mtel950
0.010471
27,276
14,607
57.99
51.3194
1
1
57
0
0.208054
0.76
37
46
0.017544
0
1
0
149
31
764
8
34.99
380,633,000,000
0
14.86
0.7398
0.7403
rocky-mountain-collectibles
0.064801
27,285
30,359
14.87
20.085
1
1
40
0
0.208333
0.75
5
7
0.025
0
0
0
24
5
679
44
14.99
300,899,000,000
1
17.47
0.836
0.0004
dansbbcards1988
0.487685
27,260
30,170
0.01
20.8956
2
30
46
1
0.331269
1.11
60
58
0.652174
0
1
0
323
107
203
99
15.99
350,782,000,000
0
59.99
2.2643
2.2643
bobbabo1
0.305344
27,278
26,675
59.99
26.4935
6
2
64
1
0.27518
1.07
29
27
0.03125
0
1
1
1,112
306
131
40
19.095
380,633,000,000
0
19.95
1.4931
1.4931
misterinksignatures
0.031889
27,278
10,030
19.95
13.3611
1
0
130
0
0.072289
1.14
16
14
0
0
1
0
332
24
4,453
142
9.99
230,973,000,000
0
6.99
2.1786
2.1786
candbautographes
0.133433
73,406
14,836
6.99
3.2084
1
4
56
0
0.238095
1.18
7
7
0.071429
0
1
0
126
30
667
89
1.5
300,899,000,000
1
9.95
0.5235
0.5235
worldchampionshipcollectibles
0.398104
95,056
26,675
9.95
19.0062
2
7
16
1
0.16129
0.6
9
15
0.4375
0
0
1
31
5
211
84
14.99
390,587,000,000
0
2.99
0.6438
0.6438
rhcardinals
0.330218
73,409
9,134
2.99
4.6441
1
5
36
0
0.342857
0.6
5
8
0.138889
0
0
1
105
36
642
212
2.175
140,964,000,000
1
3.99
1.3622
1.3622
graphs-18
0.068284
27,285
68,149
3.99
2.929
5
7
65
0
0.310345
0.49
6
14
0.107692
0
1
0
29
9
8,699
594
1.25
181,132,000,000
0
3.99
0.8507
0.8507
antiquesinphilly1951
0.076087
27,263
26,074
3.99
4.69
6
2
3
0
0.333333
1.07
8
7
0.666667
0
1
0
6
2
368
28
4.69
End of preview.
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
43