Dataset Preview
Duplicate
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 1 new columns ({'RET'}) and 46 missing columns ({'DATE', 'RET_2', 'RET_5', 'VOLUME_15', 'RET_19', 'RET_10', 'RET_13', 'INDUSTRY', 'VOLUME_18', 'VOLUME_19', 'VOLUME_2', 'RET_3', 'RET_9', 'VOLUME_10', 'RET_16', 'RET_12', 'VOLUME_3', 'RET_18', 'VOLUME_6', 'VOLUME_17', 'RET_4', 'RET_6', 'VOLUME_20', 'INDUSTRY_GROUP', 'VOLUME_7', 'RET_1', 'RET_7', 'VOLUME_11', 'RET_8', 'VOLUME_8', 'VOLUME_9', 'RET_17', 'SUB_INDUSTRY', 'STOCK', 'VOLUME_13', 'SECTOR', 'RET_14', 'VOLUME_1', 'RET_20', 'RET_15', 'VOLUME_4', 'VOLUME_5', 'VOLUME_16', 'VOLUME_12', 'VOLUME_14', 'RET_11'}).

This happened while the csv dataset builder was generating data using

hf://datasets/trngtina/challenge_data_ens_23/y_train_JQU4vbI.csv (at revision 6dd849d7276c34e598f0d7cdfb77ee2c1484324a), [/tmp/hf-datasets-cache/medium/datasets/31596933226012-config-parquet-and-info-trngtina-challenge_data_e-72a75926/hub/datasets--trngtina--challenge_data_ens_23/snapshots/6dd849d7276c34e598f0d7cdfb77ee2c1484324a/x_train_Lafd4AH.csv (origin=hf://datasets/trngtina/challenge_data_ens_23@6dd849d7276c34e598f0d7cdfb77ee2c1484324a/x_train_Lafd4AH.csv), /tmp/hf-datasets-cache/medium/datasets/31596933226012-config-parquet-and-info-trngtina-challenge_data_e-72a75926/hub/datasets--trngtina--challenge_data_ens_23/snapshots/6dd849d7276c34e598f0d7cdfb77ee2c1484324a/y_train_JQU4vbI.csv (origin=hf://datasets/trngtina/challenge_data_ens_23@6dd849d7276c34e598f0d7cdfb77ee2c1484324a/y_train_JQU4vbI.csv)]

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 "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 675, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              ID: int64
              RET: bool
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 465
              to
              {'ID': Value('int64'), 'DATE': Value('int64'), 'STOCK': Value('int64'), 'INDUSTRY': Value('int64'), 'INDUSTRY_GROUP': Value('int64'), 'SECTOR': Value('int64'), 'SUB_INDUSTRY': Value('int64'), 'RET_1': Value('float64'), 'VOLUME_1': Value('float64'), 'RET_2': Value('float64'), 'VOLUME_2': Value('float64'), 'RET_3': Value('float64'), 'VOLUME_3': Value('float64'), 'RET_4': Value('float64'), 'VOLUME_4': Value('float64'), 'RET_5': Value('float64'), 'VOLUME_5': Value('float64'), 'RET_6': Value('float64'), 'VOLUME_6': Value('float64'), 'RET_7': Value('float64'), 'VOLUME_7': Value('float64'), 'RET_8': Value('float64'), 'VOLUME_8': Value('float64'), 'RET_9': Value('float64'), 'VOLUME_9': Value('float64'), 'RET_10': Value('float64'), 'VOLUME_10': Value('float64'), 'RET_11': Value('float64'), 'VOLUME_11': Value('float64'), 'RET_12': Value('float64'), 'VOLUME_12': Value('float64'), 'RET_13': Value('float64'), 'VOLUME_13': Value('float64'), 'RET_14': Value('float64'), 'VOLUME_14': Value('float64'), 'RET_15': Value('float64'), 'VOLUME_15': Value('float64'), 'RET_16': Value('float64'), 'VOLUME_16': Value('float64'), 'RET_17': Value('float64'), 'VOLUME_17': Value('float64'), 'RET_18': Value('float64'), 'VOLUME_18': Value('float64'), 'RET_19': Value('float64'), 'VOLUME_19': Value('float64'), 'RET_20': Value('float64'), 'VOLUME_20': Value('float64')}
              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 1347, 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 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1889, 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 1 new columns ({'RET'}) and 46 missing columns ({'DATE', 'RET_2', 'RET_5', 'VOLUME_15', 'RET_19', 'RET_10', 'RET_13', 'INDUSTRY', 'VOLUME_18', 'VOLUME_19', 'VOLUME_2', 'RET_3', 'RET_9', 'VOLUME_10', 'RET_16', 'RET_12', 'VOLUME_3', 'RET_18', 'VOLUME_6', 'VOLUME_17', 'RET_4', 'RET_6', 'VOLUME_20', 'INDUSTRY_GROUP', 'VOLUME_7', 'RET_1', 'RET_7', 'VOLUME_11', 'RET_8', 'VOLUME_8', 'VOLUME_9', 'RET_17', 'SUB_INDUSTRY', 'STOCK', 'VOLUME_13', 'SECTOR', 'RET_14', 'VOLUME_1', 'RET_20', 'RET_15', 'VOLUME_4', 'VOLUME_5', 'VOLUME_16', 'VOLUME_12', 'VOLUME_14', 'RET_11'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/trngtina/challenge_data_ens_23/y_train_JQU4vbI.csv (at revision 6dd849d7276c34e598f0d7cdfb77ee2c1484324a), [/tmp/hf-datasets-cache/medium/datasets/31596933226012-config-parquet-and-info-trngtina-challenge_data_e-72a75926/hub/datasets--trngtina--challenge_data_ens_23/snapshots/6dd849d7276c34e598f0d7cdfb77ee2c1484324a/x_train_Lafd4AH.csv (origin=hf://datasets/trngtina/challenge_data_ens_23@6dd849d7276c34e598f0d7cdfb77ee2c1484324a/x_train_Lafd4AH.csv), /tmp/hf-datasets-cache/medium/datasets/31596933226012-config-parquet-and-info-trngtina-challenge_data_e-72a75926/hub/datasets--trngtina--challenge_data_ens_23/snapshots/6dd849d7276c34e598f0d7cdfb77ee2c1484324a/y_train_JQU4vbI.csv (origin=hf://datasets/trngtina/challenge_data_ens_23@6dd849d7276c34e598f0d7cdfb77ee2c1484324a/y_train_JQU4vbI.csv)]
              
              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.

ID
int64
DATE
int64
STOCK
int64
INDUSTRY
int64
INDUSTRY_GROUP
int64
SECTOR
int64
SUB_INDUSTRY
int64
RET_1
float64
VOLUME_1
float64
RET_2
float64
VOLUME_2
float64
RET_3
float64
VOLUME_3
float64
RET_4
float64
VOLUME_4
float64
RET_5
float64
VOLUME_5
float64
RET_6
float64
VOLUME_6
float64
RET_7
float64
VOLUME_7
float64
RET_8
float64
VOLUME_8
float64
RET_9
float64
VOLUME_9
float64
RET_10
float64
VOLUME_10
float64
RET_11
float64
VOLUME_11
float64
RET_12
float64
VOLUME_12
float64
RET_13
float64
VOLUME_13
float64
RET_14
float64
VOLUME_14
float64
RET_15
float64
VOLUME_15
float64
RET_16
float64
VOLUME_16
float64
RET_17
float64
VOLUME_17
float64
RET_18
float64
VOLUME_18
float64
RET_19
float64
VOLUME_19
float64
RET_20
float64
VOLUME_20
float64
0
0
2
18
5
3
44
-0.015748
0.147931
-0.015504
0.179183
0.010972
0.033832
-0.014672
-0.362868
0.016483
-0.97292
0.014331
0.59081
-0.017215
0.557246
-0.018433
0.45359
0.134146
8.580442
0.182287
3.427303
0.01357
-0.328418
0.030108
-0.816436
0.027624
-0.244636
-0.04937
-2.042624
-0.028571
-0.369605
0.059459
0.630899
0.003254
-0.379412
0.008752
-0.110597
-0.012959
0.174521
-0.002155
-0.000937
1
0
3
43
15
6
104
0.003984
null
-0.09058
null
0.018826
null
-0.02554
null
-0.038062
null
-0.006873
null
-0.026756
null
0.023973
null
0.158731
null
0.045642
null
-0.00823
null
-0.028
null
-0.019608
null
-0.052044
null
-0.004073
null
0.015413
null
0.003774
null
-0.018518
null
-0.028777
null
-0.034722
null
2
0
4
57
20
8
142
0.00044
-0.096282
-0.058896
0.084771
-0.009042
-0.298777
0.024852
-0.157421
0.009354
0.091455
0.027522
-0.405978
-0.023047
-0.389777
-0.002979
-0.701838
-0.006342
-0.229531
0.055803
0.54346
-0.012781
-0.121126
0.028093
-0.187444
-0.009426
-0.081783
-0.002686
-0.356711
-0.007552
-0.336773
0.008964
-0.010336
-0.017612
-0.354333
-0.006562
-0.519391
-0.012101
-0.356157
-0.006867
-0.308868
3
0
8
1
1
1
2
0.031298
-0.42954
0.007756
-0.089919
-0.004632
-0.639737
-0.019677
-0.940163
0.003544
-0.882464
-0.002021
-0.113951
-0.043962
-0.395345
-0.004329
-0.765754
0.014146
-0.593888
-0.021946
0.588171
0.007693
-0.427358
0.007264
-0.540519
-0.010067
-0.839232
0.000479
-2.144763
0.021057
-0.431029
-0.031769
0.012105
0.033824
-0.290178
-0.001468
-0.663834
-0.01352
-0.562126
-0.036745
-0.631458
4
0
14
36
12
5
92
0.027273
-0.847155
-0.039302
-0.943033
0
-1.180629
0
-1.313896
0.022321
-1.204398
0.018182
-0.879172
-0.026549
-0.858613
-0.017391
-0.02969
-0.008621
-1.022991
0.022026
-0.387114
-0.008734
-0.28818
-0.004348
-0.115091
-0.041667
0.271702
0.095891
18.894266
-0.026667
0.803608
-0.038461
-0.277083
-0.012659
0.139086
0.004237
-0.017547
0.004256
0.57951
-0.040817
0.802806
5
0
23
37
12
5
94
0.010938
-0.238878
0.021548
-0.322706
-0.016097
0.747003
-0.02712
0.688104
-0.007958
-0.182443
-0.012719
0.014338
-0.002612
-0.424833
-0.042515
1.054858
-0.002851
-0.510536
0.027829
-0.304632
-0.004011
-0.053529
0.010316
-0.187437
0.005186
-0.638832
0.005587
0.437913
-0.002601
0.078789
0.025915
-0.062753
-0.004552
-0.097196
0.012677
-0.331521
0.032527
0.665084
0.0084
-0.037627
6
0
45
52
18
7
121
0.010602
-0.139011
-0.015338
-0.242468
-0.0149
-0.262839
-0.004804
-0.327501
0.002512
-0.185445
0.007383
-0.057506
-0.020859
-0.039475
-0.013045
-0.20253
0.011338
0.346935
0.016768
-0.391
-0.006249
-0.195913
0.007978
-0.337275
0.00719
-0.2352
-0.00463
-0.943145
-0.009796
-0.254915
0.007983
-0.273181
-0.003767
0.296727
0.02247
0.15839
-0.00511
-0.219619
0.006428
-0.189815
7
0
59
57
20
8
143
0.001608
0.351362
-0.040863
-0.274854
-0.005444
-0.389846
0.000077
-0.469694
-0.00761
-0.263894
-0.006052
-0.288954
-0.009737
-0.266348
0.002252
-0.754402
0.009091
-0.468525
0.006097
-0.645362
0.021807
-0.170219
-0.003106
0.020632
-0.011512
-0.362547
0
0.530099
0.005401
-0.430796
0.016471
0.008281
0.043372
-0.08597
-0.012924
-0.256353
-0.034321
-0.348341
0.011839
-0.811403
8
0
60
46
16
7
108
0.022012
null
-0.018519
null
0.023159
null
0.00529
null
0
null
0.021621
null
0
null
0.002167
null
-0.02328
null
-0.020725
null
-0.015307
null
0.005129
null
0.023085
null
0.03027
null
0
null
-0.003232
null
0.019781
null
-0.028816
null
0
null
0.007527
-0.333896
9
0
65
56
20
8
139
0.007789
-0.226848
-0.020969
-0.22135
0.008791
-0.140862
0.001376
-0.182067
0.026836
0.243228
0.00454
-0.313587
-0.022469
-0.252638
0.00614
0.23196
0.009296
-0.72991
0.023645
-0.280302
-0.009709
-0.115987
0.021289
-0.214451
0.0127
-0.738446
0.005942
-0.835257
-0.018945
-0.226495
0.007636
-0.601382
-0.01958
-0.41544
-0.005441
-0.430321
-0.011605
0.042693
0.008276
-0.293399
10
0
72
44
15
6
105
0.006821
-0.493627
-0.020054
-0.377496
0.013238
-0.40432
-0.024917
0.061361
-0.012745
-0.017841
-0.00325
0.477688
-0.019409
-0.497537
-0.010889
-0.520918
-0.014124
-0.439255
0.002833
-0.586765
0.020231
-0.141353
0.002318
-0.672425
-0.00719
-0.487179
-0.015014
-0.899681
0.009147
-0.085281
0.02528
-0.345758
-0.004663
-0.386992
0.016592
0.04589
-0.006476
-0.109247
0.025974
-0.495486
11
0
84
25
7
4
58
-0.005037
0.895966
-0.02072
-0.303504
-0.000986
-0.615581
0.001975
-0.698823
-0.000986
-0.438199
0.01604
-0.427152
0.005038
-0.406695
0.001009
-0.65168
0.000504
-0.692103
-0.017353
-0.253768
0
0.034501
0.013059
-0.157204
0.052325
-0.329616
-0.01046
-0.173079
-0.011375
0.026712
-0.002064
-0.132559
-0.015744
0.427786
-0.034331
0.627083
-0.010194
-0.257715
-0.006271
-0.216639
12
0
86
50
17
7
115
0.024086
-0.247512
-0.033621
-0.53
-0.01528
-0.31861
0.019913
0.401755
0.060606
0.180109
-0.01448
-0.013411
-0.057167
-0.140772
-0.000852
-0.343253
0.048257
-0.217945
0.04093
-0.265134
0.001864
-0.040107
0.032724
-0.622719
0.029733
-0.501836
-0.028874
-0.995878
-0.032589
-0.549649
0.01801
-0.549482
-0.00939
-0.486431
0.026012
-0.343979
-0.041551
-0.147245
0.010261
-0.084727
13
0
97
57
20
8
142
0.022375
-0.823766
-0.039474
-0.419672
-0.023555
0.049724
-0.006383
-0.841517
0.02352
-0.830332
0.006135
-0.252897
0.027927
0.220664
-0.023746
-0.348105
0.038356
-0.56205
0.039885
-0.245157
-0.011731
-0.079479
0.021573
-0.858689
0.046663
-0.670264
-0.018227
-1.990995
-0.024508
-0.030592
0.011177
-0.402519
0.001947
-0.445359
0.009337
-0.352943
-0.018331
-0.522488
0.011219
-0.901513
14
0
106
44
15
6
105
0.017792
1.02619
-0.048735
1.773618
-0.004264
1.614137
-0.093503
6.097778
-0.002204
-0.178651
-0.002382
-0.009844
-0.002558
-0.040414
-0.023381
-0.362875
0.003942
-0.55255
0.014543
-0.426036
-0.000545
-0.282955
-0.00127
-0.671223
0.006575
-0.784373
-0.014401
-0.874743
-0.020455
-0.313364
0.020515
-0.50157
-0.004657
-0.553874
0.003415
-0.424053
0.013479
0.288576
0.030212
1.200936
15
0
107
44
15
6
105
-0.028481
0.136629
-0.018632
-0.499315
0.003115
-0.481527
-0.012309
-0.379986
-0.004289
-0.2548
0.05768
0.118828
-0.045173
0.099198
0.039227
0.115836
0.005822
-0.344549
0.038978
-0.147219
-0.021053
-0.220309
0.030508
-0.561402
-0.000677
-0.545894
-0.012709
-0.771226
0.002011
-0.27723
0.004714
0.284439
-0.006024
-0.40547
-0.001337
0.211955
-0.009272
0.02719
0.020271
1.302402
16
0
111
41
14
6
100
-0.001331
-0.486465
-0.02086
-0.812547
0.00921
-0.444418
-0.031847
0.252378
-0.03681
-0.477373
-0.016888
0.046684
-0.020094
-0.750121
-0.035348
-0.803536
0.039099
-0.245038
-0.035429
0.421014
0.07362
0.329569
0.044872
-0.578534
0
-0.686155
0.007752
-2.064471
-0.001162
-0.390899
-0.012866
-0.889144
0.046667
0.079899
-0.03599
-0.423318
-0.045399
-0.357381
0.044872
0.300716
17
0
133
33
10
4
79
0.01003
-0.251041
-0.009168
-0.772699
-0.008403
-0.893053
0.010811
-0.400481
-0.002311
-1.010918
0.018039
-0.111357
-0.018476
-0.274953
-0.014416
-0.819241
0.030493
-0.266005
0.014273
-0.78511
-0.007086
-0.448947
0.021721
-0.249076
-0.007189
2.636094
0.004816
0.237865
-0.002402
-0.40323
0.01793
2.35299
-0.0184
-0.284356
-0.010293
0.228833
-0.004728
1.326206
-0.033511
1.983559
18
0
143
13
3
3
33
0.037045
-0.49502
-0.013757
-0.109706
-0.005606
-1.020356
0.000224
-1.055967
0.009511
0.2883
0.005694
-0.737033
-0.008804
-0.280088
0.004534
-1.033698
0.00159
-0.919461
-0.001134
-0.485654
0.006393
0.258581
0.012038
-0.337929
0.006254
1.245888
0.001397
-0.165932
-0.00348
-0.034371
0.001626
0.064966
-0.009666
0.229006
0.010464
-0.221859
-0.012628
1.394533
0.008335
0.785724
19
0
172
57
20
8
141
-0.008889
-0.599609
-0.004425
-0.735366
-0.069959
-0.799678
-0.028
-0.844067
0.046025
-0.574595
0.010571
-0.417635
-0.054
-0.457121
-0.001996
-1.11271
0.008048
-0.582973
0.044118
-0.770411
-0.008333
-0.485705
0.021277
-0.852112
-0.008439
-0.240445
-0.02268
-1.595207
-0.035786
-0.743376
0.045738
-0.265391
-0.038
-0.650566
0.02459
-0.632141
-0.027888
1.554033
-0.015686
-0.392174
20
0
184
46
16
7
108
0.000482
-0.642278
-0.019793
-0.935832
0.013355
-0.948719
-0.005238
-0.6859
0.015474
-0.891664
0.011741
-0.57196
0.029205
0.337689
-0.011449
0.700432
0.005506
-0.143448
0.017311
-0.928876
-0.010579
-0.520377
0.018471
-0.067978
0.01252
-0.344405
0.013105
-1.556843
-0.012474
-0.815912
-0.005684
-0.232085
0.019493
-0.222369
0.020431
-0.01153
-0.008001
-0.505427
0.008608
-0.672806
21
0
205
43
15
6
104
0.015686
-0.634658
-0.037736
-0.659738
0.005693
-0.739061
-0.036563
-0.90378
-0.031858
-0.928872
0.008929
-0.43255
0.037037
-0.159133
-0.030521
-0.19632
0.033395
-0.682788
0.052734
0.575014
-0.007752
-0.190268
-0.00578
-0.765308
-0.026267
-0.813578
0.00188
-1.914558
-0.041441
-0.399876
0.035448
-0.816566
-0.027223
-0.294353
0.009157
-0.775095
-0.068259
-0.723725
0.017361
-0.513644
22
0
213
54
19
7
135
-0.004969
-0.415874
-0.030121
-0.609598
0.01436
0.211806
0.007108
-0.809521
0.015276
-1.262975
-0.013255
-0.77512
0.009334
0.499785
0.001871
0.599718
-0.012924
0.524981
0.012777
-0.960222
0.001248
0.039143
-0.00404
0.926337
0.079866
1.325423
-0.004676
4.202696
-0.016749
0.080566
0.002634
-0.143743
-0.0219
0.780804
0.000645
-0.859013
-0.01928
-0.827382
0.026273
2.260871
23
0
216
46
16
7
108
-0.059204
2.633539
0.024645
0.75722
0.068354
1.283046
0.051091
-0.014293
0.018428
0.438139
0.00381
-0.562166
0.000544
-0.894531
0.007679
-0.888781
-0.007567
-0.663224
-0.006544
-0.517428
-0.020138
0.074291
0.002658
-0.774654
0.004805
-0.406109
0.008616
1.135795
0.007104
-0.437185
0.031465
-0.088077
0.036127
-0.027732
-0.032439
0.128888
0.001681
0.467312
-0.011628
-0.363408
24
0
219
55
20
8
137
0.016995
-0.60147
-0.074261
-0.501976
-0.011201
-0.934108
-0.000622
-0.86603
0.036082
0.094964
0.011734
-0.629919
-0.054253
-0.36535
-0.016971
0.428103
0.165254
1.67196
0.016511
-0.610409
-0.021082
-0.256673
0.042491
-0.568758
-0.002193
-0.347389
0.001464
1.510901
-0.038028
-0.435401
0.054195
-0.193658
-0.017506
-0.55191
-0.004357
-0.361029
-0.025478
-0.396167
-0.006329
-0.498997
25
0
222
57
20
8
141
0.014235
-0.565078
-0.072607
-0.791962
-0.016234
-0.826978
-0.0375
-1.04613
-0.012346
-0.613682
0.041801
-0.12019
0.019672
-0.50676
0.003289
-0.857443
0.016722
-0.550258
0.049123
-0.681256
0.007067
-0.366752
0.007118
-0.996684
0.01444
-0.638128
-0.05137
-0.173476
0.013889
-0.959075
0.006993
-0.853183
-0.017182
-0.221034
-0.058252
0.026745
-0.019048
1.33044
0.381579
7.977134
26
0
225
46
16
7
108
-0.025305
-0.613717
-0.00664
-0.637952
-0.012181
-0.975784
0.016429
-1.015949
0.003344
-0.225124
0.009891
0.128184
-0.013095
-0.374276
0.002865
1.418161
0.047
-0.078199
0.014688
-0.858815
-0.020354
0.818164
0.052577
0.241381
0.020283
1.11767
-0.013949
4.06349
0.002903
-0.0195
0.009055
-0.981157
0.001334
-0.243972
0
-0.933273
-0.027237
-0.460508
-0.009252
0.874947
27
0
232
46
16
7
108
-0.025944
-0.852576
0.010638
-0.474268
0.026992
-0.995253
0.002577
-0.68169
-0.041383
-0.768763
0.024035
-0.745319
-0.011875
-0.226633
-0.007445
-0.874931
-0.017073
-1.168048
0.025
-0.20849
0
-0.399903
-0.017802
-0.385183
0.014321
0.505455
-0.03717
14.510645
0.030902
2.376119
-0.06203
0.584234
0.06475
1.685295
-0.052573
3.749321
0.159321
17.974721
-0.122546
-0.184316
28
0
233
46
16
7
108
-0.002581
-0.844642
-0.034875
-0.012853
0.010791
1.984518
0.005425
-1.23467
0.005454
-1.003817
0.006909
-0.545225
-0.00722
0.011911
-0.003238
-0.177625
0.017949
-0.991795
-0.016217
-0.502525
-0.005376
-0.627387
0.009041
0.048935
0.005454
0.260088
0.018518
1.997319
0
-0.638077
0.042472
0.358665
0.023716
0.001208
-0.01633
0.058571
-0.018321
-0.45161
0.011583
-0.071202
29
0
251
60
21
8
148
0.027176
-0.511717
-0.056113
-0.380445
-0.013444
-0.309691
-0.005114
-0.358737
-0.00858
-0.098134
0.021108
-0.268876
-0.007903
-0.186085
0.038147
0.405411
0.016256
-0.56281
0
0.763225
-0.020017
-0.0154
0.011989
-0.106668
-0.003296
-0.654774
0.001651
-1.025848
-0.00206
-0.158845
0.031481
-0.442521
0.032412
-0.337142
-0.015969
-0.534196
-0.05698
-0.389139
-0.013253
-0.710987
30
0
258
71
25
10
168
-0.033569
-0.726438
-0.007018
-0.831901
0.020774
0.045901
0.002514
0.338082
0.009058
-0.779667
0.00951
-0.536026
0.00404
-0.686241
-0.0011
-0.334673
0.016785
-0.398475
0.027203
-0.428392
-0.003817
-0.117591
0.030644
0.066422
-0.00427
-0.197505
-0.022999
1.353773
-0.024599
0.059743
0.012893
-0.632181
-0.007542
-0.864046
0.024212
-0.704911
-0.018854
-0.534001
0.005307
-0.607184
31
0
283
46
16
7
108
-0.020525
-0.310791
-0.024833
-0.396241
0
-0.738274
0.004094
-0.930063
-0.022553
-0.131917
0.047238
-0.876992
-0.015009
-0.604644
-0.005226
0.31726
-0.004089
-0.744761
0.00749
2.283624
-0.001869
-0.34959
0.007533
-0.014072
0.024701
0.810239
-0.02337
1.933129
-0.001129
-0.199463
0.00904
-0.575525
-0.006734
-0.87519
0.033643
-0.163447
-0.002315
-0.28035
0
-0.814474
32
0
286
46
16
7
108
0.001595
-0.753223
-0.010203
-0.83991
0.036786
3.608386
-0.026814
-0.858894
0.016346
-0.872602
0.007564
-0.785098
-0.002813
-0.635137
0.018834
1.075373
0.008661
0.647876
0.014486
0.242079
0.008232
-0.06429
-0.001399
-0.176671
0.008602
0.772922
0.00804
3.67931
-0.011996
1.051897
0.014374
-0.453139
0.003644
2.589211
-0.006459
-0.180988
-0.007659
0.248155
-0.012194
-0.817414
33
0
303
46
16
7
108
0.00885
-0.634829
-0.010941
-0.914029
0.002193
-1.003356
-0.000548
-0.810432
0
-1.340691
0.025224
-0.889107
-0.013249
-0.433621
-0.006607
-0.719888
-0.004932
-0.690556
0.026434
1.831118
-0.025753
0.257166
0.050058
1.08445
-0.007991
-0.705302
0.008636
5.046023
-0.006861
0.389473
0.027615
0.655511
-0.020713
1.107809
-0.00115
0.104945
-0.019165
0.200194
0.013714
-0.336816
34
0
331
16
4
3
41
0.004855
-0.72699
-0.013539
-0.332914
-0.036412
-0.350768
-0.000461
-0.02764
0.016624
-0.105084
0.027146
-0.174661
0.036768
0.498737
-0.053694
2.993603
0.101751
1.964485
0.040887
0.288886
0.020613
-0.257674
0.030036
-0.05761
0.022776
0.330885
0.023861
2.210551
-0.015484
-0.44015
0.021823
-0.439427
0.013771
-0.80837
-0.012507
-0.165395
-0.001636
0.191764
0.000546
-1.155757
35
0
343
44
15
6
105
-0.021739
-0.638615
-0.024597
-0.77563
-0.021577
-0.935233
0.003331
-0.528959
0.035344
-0.76274
0.026549
-0.934331
-0.023336
-0.778775
-0.019491
-1.111777
-0.00422
-1.016997
-0.002526
-0.920298
-0.002518
-0.531941
0.017948
-0.878352
-0.0201
-0.830463
0.034662
-2.029502
0.006103
-0.523204
0.042727
-0.287658
0.008249
-0.278226
-0.025893
-0.475702
-0.014952
-0.276139
0.049861
-0.122399
36
0
348
27
8
4
66
0.022521
-0.686151
-0.016031
-0.729701
-0.004225
-0.42888
-0.042266
0.374775
0.004063
0.070931
-0.008948
0.211602
-0.052966
2.30873
0.012007
1.320769
0.01568
-0.616785
0.035167
0.291223
-0.020751
0.229188
0.016151
-0.70178
-0.000448
-0.445566
-0.004909
-2.09754
0.005835
0.046487
0.008145
-0.166299
0.009132
-0.202366
0.001372
-0.262981
-0.014421
-0.497722
-0.01901
-0.394881
37
0
364
62
22
8
153
-0.013171
1.335671
-0.100273
0.228176
-0.01526
-0.121622
0.029574
0.763858
0.067062
0.001586
0.012988
-0.688768
-0.036574
-0.503692
0.044221
0.046615
0.047368
-0.542128
0.090701
-0.017073
-0.043907
-0.29827
0.053179
0.192407
0.001157
-0.763102
-0.002309
-2.58524
-0.015909
-0.815332
0.058965
-0.620698
0.004837
-0.807668
-0.027059
-0.585421
-0.028572
-0.588491
-0.031008
-0.488649
38
0
377
56
20
8
139
0.032966
0.614815
-0.09
1.592398
-0.029126
2.677955
0.035176
11.391045
0.317881
12.687874
0.013423
-0.752024
-0.044872
-0.692108
0.033113
-0.477469
-0.013072
-0.714343
0.026846
-0.804565
-0.032468
-0.024296
0.019868
-0.250211
0
0.041234
0.135338
1.409016
0.023865
-0.65145
0.022835
-0.678109
0.007857
-0.915362
-0.015547
-0.82333
-0.030303
-0.771853
0.007634
-1.106781
39
0
380
53
19
7
128
0.004464
0.62966
-0.020979
-0.025495
-0.005217
-1.031726
-0.007765
-0.496985
-0.00515
-0.595433
0.008658
-0.315907
-0.033473
0.531694
0.025752
1.350566
0.006914
0.653051
0.014912
1.74279
-0.000876
0.537707
0.001755
30.405316
0.001759
-0.793761
0.019731
-1.016707
-0.008888
-0.287703
0.013227
-1.010586
-0.005263
-0.559575
0.017857
-0.621033
-0.013216
-0.60659
0.017937
0.997707
40
0
394
47
16
7
109
-0.01481
-1.05033
-0.01517
-0.808417
-0.003489
0.537273
-0.004629
1.370343
0.010527
-0.53073
0.031985
-0.983326
-0.028722
-0.686776
0.003529
0.638287
0.021635
-0.286047
0.007874
-0.463622
-0.000604
-0.510121
0.017303
0.599645
0.013038
-0.447913
0.001875
1.614069
-0.009901
0.028586
0.018915
-0.272941
0.001263
-0.703455
-0.000631
-0.233654
-0.010611
-0.456545
-0.001869
0.447363
41
0
395
52
18
7
120
-0.007924
-0.101214
0.003292
-0.221701
0.002334
1.042364
0.001936
-0.256191
0.033937
0.732095
0.004018
-0.2339
0.028588
-0.181152
-0.015847
-0.467349
0.026981
0.149064
0.012334
1.417112
-0.008127
0.991664
0.021696
0.767634
0.014218
0.537088
0.003362
0.464416
-0.0138
-0.377796
0.023853
-0.349624
-0.009091
0.220489
0
1.237216
0
null
0.002277
null
42
0
405
2
1
1
4
0.045387
-0.842627
-0.003401
-0.512083
0.022251
-0.365669
-0.0127
-0.477225
-0.056054
1.28938
-0.025368
-0.377921
-0.044266
0.729116
0.06538
1.521699
0.008649
-0.537877
0.007625
-0.034582
-0.006494
-0.576742
0.008734
-0.455593
0.004386
-0.244465
0.007735
6.207876
0
-0.302696
-0.001104
-0.551231
-0.015217
-0.767502
-0.005405
-0.784653
0
-0.539128
0.024363
-0.907685
43
0
407
46
16
7
108
-0.022688
-0.688212
-0.006761
2.078437
-0.005323
0.046437
-0.003908
-0.871234
0.009295
-0.347245
0.027497
0.246091
-0.007184
-1.070963
-0.013606
0.298134
0.000568
-0.600794
-0.001133
-0.514397
0.002841
-0.530556
0.066666
-0.428685
0.030285
-0.725447
0.000937
0.193823
-0.012615
-0.744309
0.007752
-0.768878
-0.007692
0.820665
-0.01545
-0.015241
-0.036205
0.053948
-0.021708
-0.36442
44
0
411
62
22
8
154
0.019467
-0.37313
-0.06674
-0.269298
-0.012088
0.018223
-0.00365
-0.165283
0.00739
-0.010256
0.003653
0.571901
-0.038325
-0.075644
0.015129
-0.819875
0.028148
0.080019
0.029356
-0.036052
-0.007567
0.126103
0.050059
0.5066
0.035376
-0.268533
0.024874
-2.292253
-0.000422
-0.921704
0.001266
-0.693644
0.016295
-0.709527
-0.013954
-0.659678
-0.031531
-0.793224
-0.001635
-0.981776
45
0
414
47
16
7
109
-0.004983
-0.729532
-0.006601
-0.718835
0.000661
-0.60078
-0.006562
-1.163472
0.002302
-1.208178
0.001977
-0.840454
0.011666
-0.171683
0.013856
0.737254
0.003391
-0.735405
0.002379
-1.276449
0.002726
-0.490504
-0.002041
-0.851115
0.002045
0.241617
-0.016097
9.120876
0.008114
1.243025
-0.00705
-0.532202
0.004722
-0.263068
-0.007365
0.306821
-0.0106
0.012433
-0.010164
-1.144189
46
0
419
57
20
8
141
0.044872
-0.791251
-0.04059
-0.708568
-0.115343
-0.189185
0.01547
-0.164105
0.056009
0.930564
0.001168
-0.201966
-0.021715
-0.687908
0.067073
-0.69467
0.025
-0.91176
0.059603
0.003884
0.001326
-0.509106
0.035714
-0.641241
-0.018868
-0.459498
-0.066667
0.779298
-0.059171
0.490312
-0.035388
-0.634068
-0.002278
-0.602705
0.032941
-0.698853
-0.056604
-0.67771
0.05257
-0.635278
47
0
429
46
16
7
108
-0.000214
-0.904486
-0.009312
0.004258
0.010695
0.006954
-0.010582
-0.901693
0
-1.275155
0
-0.813098
0
-0.545857
0.010695
1.797914
0.010811
0.697617
-0.005376
-0.035308
0.005405
-0.133481
0.022099
-0.980089
0.022599
0.651757
0.023121
1.454804
0.010514
-1.098306
0
-0.73981
0.008245
-0.168237
0.009993
-0.314798
-0.028208
-0.222009
-0.023702
-0.623816
48
0
435
14
3
3
34
0.007477
null
0.022944
null
0.033597
null
-0.026923
null
0.007752
null
0.021782
null
0
null
-0.032567
null
0.05668
null
-0.006036
null
0
null
-0.015842
null
0.04837
null
0.047174
null
0.004367
null
0
null
-0.008658
null
0.004348
null
-0.021277
null
0
null
49
0
451
46
16
7
108
0.019873
-0.228945
-0.020811
-0.279331
-0.038961
0.222702
0.015831
-1.042046
-0.019405
0.257304
0.019789
1.286559
-0.007854
-0.803959
-0.045
1.560623
0.068947
2.37326
0.021567
-0.044042
0.003837
-0.493864
0.019274
-0.572423
0.012157
-0.401321
-0.0175
-0.290513
-0.009083
-0.663123
0.05
0.910345
-0.017046
0.503157
-0.028966
0.424222
-0.02027
-0.303948
0.004071
-0.589495
50
0
457
46
16
7
108
-0.027961
-0.435674
0.008745
-0.717833
0.01453
-0.82572
0.004292
-0.801187
0.00431
-1.317258
-0.004121
-0.089446
0.00329
-0.329058
0.003787
-0.288863
0.030838
0.219884
-0.019916
-0.30286
0.000349
-0.533932
0.040364
-0.306678
0.039697
0.390824
-0.01618
0.017919
0.005422
-0.186661
0.002437
-0.647458
0.019687
9.16864
-0.025154
0.922765
0.001866
-0.207068
-0.012898
-0.402038
51
0
471
55
20
8
137
0.025218
-0.458229
-0.068826
-0.372062
-0.091912
-0.11135
-0.014493
-0.440424
-0.024735
-0.176579
0.055971
0.735168
0.011321
0.281749
-0.011194
0.010177
0.067729
1.175641
0.091304
1.525302
0.022222
0.206239
0.165804
0.301074
-0.035001
-0.747129
0.025642
-2.721868
0.005154
-0.871909
-0.010204
-0.420448
-0.039215
-0.461015
0.068062
-0.59098
-0.11574
-0.261316
-0.035715
-0.805312
52
0
480
30
10
4
74
0.002552
-0.949591
0.014233
-0.556344
0.03922
-1.090637
0
-1.369746
-0.004241
-1.136249
-0.015164
-0.914879
-0.034995
-1.175058
0.061458
-0.505521
-0.009587
-1.029235
0.036994
-0.507346
-0.032438
-0.546465
0.015909
-0.667153
-0.043686
0.669134
0.002396
7.072956
-0.00477
2.440815
-0.049269
0.696906
-0.040527
1.759151
0.016119
0.581036
0.008043
0.143222
-0.011614
-0.112988
53
0
481
47
16
7
109
0.000506
-0.649118
-0.002519
-0.531362
-0.007003
0.366693
0.001001
-1.335152
0.013705
-1.362384
0
-1.224519
-0.005553
-0.985796
-0.001008
-1.298327
0.005578
-0.417486
0.019121
-0.776921
0.002591
-0.509742
0.015788
-0.643804
0.010101
0.528095
0.065723
0.38122
-0.022703
-0.962988
-0.013114
-1.024969
-0.010276
-1.138624
-0.000541
-0.224491
-0.002695
0.974895
0.007604
0.6745
54
0
493
53
19
7
132
-0.01171
-0.785081
0.003761
-0.363171
0.003302
-0.827167
-0.000942
-1.10377
-0.003756
-1.086158
0.019139
-0.623578
-0.01182
-0.433637
0.013902
-0.964338
-0.004771
-1.301546
0.028459
-0.781973
0.016459
-0.12158
0.002499
0.099927
0.021973
-0.075129
-0.018555
2.999534
0.016309
-0.084226
0.024009
-0.208594
-0.017437
6.322556
-0.0201
2.587732
-0.017284
0.74551
-0.037547
1.605598
55
0
502
39
13
5
96
0.005883
-0.853907
-0.022989
-0.721569
-0.005715
-1.02093
-0.046321
-0.849784
-0.008108
-0.654467
0.02493
0.528259
0.058652
0.358358
0.005899
-0.954453
0.011941
-0.251123
0.043613
-0.136128
0.025559
0.326768
0.043333
-0.743399
0
-1.206672
-0.009901
-1.572523
0
-0.203614
0.01
-0.948964
-0.006622
0.152253
0.013423
0.341779
-0.026144
-0.832329
-0.016077
0.145252
56
0
526
52
18
7
119
0.039848
-0.48799
-0.029466
-1.123224
0.024528
-1.12945
0.007605
-1.260586
0.009597
-1.058235
0.007737
-0.990897
-0.024529
-0.343433
-0.009345
-1.21246
-0.001866
-1.102177
0.011321
-0.790808
0
-0.420136
0.070708
-0.544633
0.008147
-0.294188
-0.099083
10.09367
0.056202
-0.201061
0.061728
-0.516952
0.034043
1.901693
-0.016737
0.913294
-0.044001
0.024391
-0.021526
0.747201
57
0
532
33
10
4
79
0.02885
-0.566873
-0.001951
-0.614731
-0.024751
-0.071282
0.005263
-0.585574
0.017032
0.267175
-0.001943
-0.06299
-0.063665
1.193253
-0.023102
-0.282837
0.027854
-0.489231
0.033019
-0.395498
-0.035925
0.172645
0.02709
-0.469006
0.015655
-0.693083
-0.005661
-0.880598
0.00474
-0.438083
0.000474
-0.279345
0.004285
-0.600472
0.010587
-0.464871
-0.008114
-0.501708
0
0.053238
58
0
540
13
3
3
31
0.005276
0.601711
-0.000527
-0.432533
-0.00733
-0.629196
0.001574
-0.172485
0.003684
0.813644
-0.009901
0.859009
-0.02341
0.183031
-0.031542
1.060325
-0.03381
1.983986
0.019418
-0.778758
-0.005791
-0.388976
0.026251
-1.06069
0.000495
-0.379233
-0.003949
-2.131492
-0.003934
-0.858882
0.011941
-0.378906
-0.007897
-0.142266
-0.007836
-0.651327
-0.036792
-0.341297
0.017274
0.057944
59
0
543
6
2
2
17
0
0.249085
-0.042553
-0.291878
0.001121
-0.431255
-0.006682
-0.86436
-0.002223
-1.05257
-0.007718
-0.592851
0.013408
-0.26734
0.028735
0.49388
0.011628
-0.798498
0.04878
0.04765
-0.012048
-0.547102
0.013432
-0.595164
-0.019162
1.67032
0.071887
0.947564
0.031788
-0.190319
0.047157
-0.013277
0.044928
-0.262266
-0.048276
0.212677
-0.108241
-0.060761
-0.027512
-0.568757
60
0
548
13
3
3
31
-0.010898
-0.648252
0.00208
0.558674
0.017998
-0.058125
0.015592
-0.869412
-0.025668
-0.556291
0.023045
-0.487782
0.002687
-0.495283
0.032741
-0.567666
0.003899
-0.829017
-0.012651
-0.115603
0.01
0.200153
0.029749
0.16398
0.004597
-0.858587
0.014578
-1.835471
-0.002907
-0.676826
0.004673
-0.636405
0.009971
-0.308433
-0.001757
-0.225765
-0.013288
-0.333665
0.00581
-1.208457
61
0
556
27
8
4
66
0.007752
-0.664466
0.001411
-0.851768
-0.050904
-0.368845
0.004711
-1.051089
-0.007348
-1.035647
0.002008
-0.558135
-0.045977
-0.61433
0.011628
-0.789012
0.021782
-0.599589
0.005976
-0.481302
-0.011162
-0.371333
0.017368
-0.682919
-0.018361
-0.637941
0.004611
-0.74293
0.004633
1.607739
0.0686
2.078928
-0.018737
-0.059873
0.039683
-0.480658
-0.003595
-0.00108
-0.005718
3.567
62
0
591
14
3
3
34
0.001625
1.209143
-0.054971
-0.041169
0.010621
-0.901159
0.010735
-0.374081
-0.03429
-0.88522
0.061812
-0.640908
-0.081648
-0.548733
0.040453
-0.794012
0.043919
-1.084122
0.055259
-0.615549
-0.134927
0.320244
0.044376
-0.076537
0.080844
0.122553
0.03794
-1.878404
0.010036
-0.343419
0.039437
-0.682121
-0.004673
0.048372
0.04187
0.774769
-0.049074
-0.097847
0.001855
-0.418345
63
0
598
16
4
3
41
0.003463
-0.39546
-0.054054
-0.308804
-0.021634
-0.37644
0.016286
-0.12341
0.014876
-0.606795
0.021097
-0.749441
-0.031071
0.10764
0.006585
0.110998
0.038461
0.05342
-0.020921
-0.214917
0
0.497565
0.076577
2.462318
0.07767
0.308125
-0.014354
-1.644404
0.082901
1.699918
0.179707
2.795049
0.035443
-0.190916
-0.018633
-0.617166
-0.070439
-0.219406
-0.021469
0.836141
64
0
601
52
18
7
120
-0.032049
null
-0.017791
null
0.017641
null
-0.000464
null
0.039055
null
0
null
-0.001444
-0.479229
-0.069861
0.431028
0.036194
-0.529953
0.025214
-0.774707
0.023867
-0.013207
-0.05912
-0.263404
0.033634
-0.728239
-0.020873
0.057528
-0.008736
0.742795
0.039676
-0.841466
-0.025163
-0.467539
0.073
-0.30318
-0.017681
-0.462266
-0.004401
-0.863308
65
0
615
39
13
5
96
0.064762
-0.273714
-0.047619
-0.181164
-0.107649
0.691887
0.040421
-0.617081
0.061216
-0.612693
-0.01192
-0.868206
0
-1.091566
0
-1.261893
-0.010053
-1.08879
0.04
-0.926535
-0.018733
-0.471684
0.029385
-0.890775
-0.01448
-0.543904
-0.006742
-1.070246
-0.007583
0.265729
0.092593
0.863241
0.136842
1.534323
-0.00933
0.094675
-0.042565
-0.386967
0.028649
0.018374
66
0
625
50
17
7
114
0.001062
-0.716189
-0.007904
-0.790228
-0.002102
-0.353624
-0.006789
-0.380352
0.007894
0.036248
-0.005755
-0.578342
-0.011842
-0.486425
-0.003145
-1.098671
-0.03
-0.693825
-0.005964
-0.486125
-0.000496
-0.3163
-0.000993
-0.573499
-0.024685
-0.164495
0.007804
-1.416391
0.000489
-0.188331
0.024149
1.158585
0.022682
0.606328
0.030114
0.049399
-0.001037
-0.581271
-0.001036
-0.73796
67
0
650
3
2
2
12
-0.000396
-0.771053
-0.007087
-0.207525
0.001578
-0.882928
-0.003145
-0.961296
0.009523
-0.90762
0.009615
-0.241541
0.014634
-0.487751
-0.004049
0.771512
0.027027
0.057839
0.007963
0.018342
-0.005419
-0.29125
0.038528
0.915555
0.022123
-0.395235
0.003107
2.596918
-0.011842
-0.355172
-0.002189
-0.726867
0.011062
0.331592
-0.002647
-0.070607
-0.027886
0.572035
0.00043
-0.498012
68
0
651
13
3
3
33
0.005429
-0.662053
-0.012953
-0.583091
0.002238
1.600488
-0.005342
-0.4497
-0.013181
-1.022121
0.000439
-0.432928
-0.01087
-0.482189
0.019052
-0.296658
0.035321
2.237015
0.013011
0.221592
-0.003704
-0.50144
0.021276
0.081544
0.007142
-0.051596
-0.002375
-0.054025
0.00238
-0.235865
0.007678
-0.297557
-0.009976
-0.521002
0.00238
-0.154701
0
1.343413
-0.000475
0.694601
69
0
679
9
3
3
26
0.011905
-0.245095
-0.018066
-0.69652
-0.022845
-0.622292
-0.008494
-0.786548
0.001805
-0.729959
0.007534
-0.46249
-0.041106
0.167965
0.015431
-0.140418
-0.009769
-1.095345
0.019668
-0.314535
-0.005588
-0.318157
0.024726
-0.498068
-0.021147
-0.270331
-0.007836
-1.691507
0.014359
-0.303205
-0.008139
-0.312384
0.008205
-0.475834
0.006711
-0.708798
-0.031258
-0.50438
0.016781
-0.421452
70
0
698
50
17
7
114
0.032578
-0.251167
-0.052349
0.650344
-0.028683
0.166626
-0.002601
-0.15699
0.017869
-0.284795
0.005323
-0.174021
0.020367
-0.008297
0.008904
-0.633828
0.021693
-0.521956
0.004923
0.002238
-0.009059
-0.09001
0.033862
0.517755
0.035821
-0.391751
-0.026163
2.148406
-0.002123
-0.152037
0.027636
0.27788
0.00365
-0.185065
0.01632
-0.311388
-0.026715
-0.000096
0.00581
-0.414428
71
0
714
43
15
6
104
0.032085
null
-0.045919
null
-0.034483
null
0.030457
null
0.010256
null
-0.02985
null
-0.009853
null
0.030457
null
-0.083721
null
0
null
0.02381
null
0.014493
null
0.035
null
0.092896
null
-0.0567
null
-0.039604
null
-0.004926
null
0.004951
null
-0.060465
null
-0.048673
null
72
0
720
29
9
4
70
0.010188
-0.966598
-0.009033
-1.04426
-0.003706
-0.914604
-0.023772
-0.796338
-0.03395
-1.273281
0.014177
-0.788821
-0.014962
-0.353049
0.003001
-0.384012
0.009596
-0.985545
0.027504
-0.462134
-0.006701
-0.256786
-0.007673
0.216722
0.005141
-0.599758
0.002578
-2.298452
-0.012723
-0.638543
0.047999
0.594101
0.012967
0.961539
0.013691
0.916772
-0.018279
1.56214
-0.005348
1.085076
73
0
734
29
9
4
72
-0.009433
-1.052724
-0.053572
-0.820128
0.037037
-0.903345
-0.018182
-1.305236
-0.035087
-1.373107
0.038251
-0.986306
-0.019643
-0.801116
0.098039
-0.273501
0.003937
-1.459951
0.07173
-1.029001
-0.030675
0.382703
-0.039292
-0.829225
-0.082883
2.541341
-0.043103
15.613343
-0.016949
0.695354
-0.015025
-0.576468
-0.014803
-0.056735
-0.0272
-0.403751
-0.004777
1.049636
0.00641
0.054757
74
0
736
0
0
0
0
-0.015444
-0.547746
0.027778
-1.000911
0.012048
-0.317587
-0.077778
-0.60525
-0.021739
-0.930376
0.007299
-0.988313
0.014815
-0.724327
0.003718
-1.46754
-0.097316
-0.937561
-0.003344
-0.220299
0.027491
-0.174015
0.141177
-0.626394
0.053719
-0.639148
0.19802
-1.538494
-0.033493
0.054546
-0.125523
-0.412859
-0.130909
0.270253
-0.041812
-0.564714
-0.094637
-0.62398
0.019293
-0.699704
75
0
777
29
9
4
70
-0.006692
-0.337679
-0.026773
-0.14341
-0.004323
-0.63146
-0.005018
-1.160947
0.031805
-0.672167
0.002224
-0.805318
-0.009545
-1.000288
0.050116
-0.998594
0.004647
-1.485074
0.00702
0.028082
-0.025095
0.030484
0.003817
-0.412851
-0.032496
-0.514674
0
1.929401
0.118084
-0.153658
0.007488
-0.806145
-0.027508
-0.624069
0.035176
0.77919
-0.005
-0.646731
-0.040767
-0.696161
76
0
785
39
13
5
96
0.006402
-0.485713
-0.061298
0.011596
0.029703
-0.636493
-0.014634
-0.34868
-0.046512
-0.862727
0.005848
-0.231847
-0.026196
-0.349451
0.02331
-0.915508
0.059259
-0.746606
0.018868
0.738529
-0.005006
-0.054396
-0.058893
0.638746
0.06391
-0.485804
-0.058962
-0.375652
-0.030857
0.080345
0.0454
0.24622
0.002395
-0.150796
0.02454
0.405845
-0.07281
-0.114164
-0.007901
-0.422081
77
0
798
40
14
6
97
0.067039
-0.641314
-0.048595
-0.795472
0.031323
-0.910761
-0.047015
-0.575045
0
-1.085511
-0.028281
-0.69857
-0.02613
-0.86726
0.064662
-0.79423
0.064
-0.681532
-0.051521
-0.459685
0.010659
-0.031278
0.105085
0.467526
0.093605
0.337182
-0.018198
-1.64588
0.00641
-0.653212
-0.016216
-0.668134
-0.028021
-0.267502
0.077359
0.075597
-0.086994
0.188188
-0.05456
0.475598
78
0
801
15
4
3
38
0
-1.123059
-0.008333
-1.092331
0
-1.243781
-0.009901
-1.26414
0.011686
2.306974
0
-0.280822
0.005034
-0.633841
-0.006667
-1.127086
-0.019608
-1.521569
0.01157
-0.407546
0.025423
0.379917
0.059246
-0.376596
-0.001792
0.222749
-0.001789
12.141452
0.033272
0.833873
0.026566
-0.692062
0.035363
1.24559
-0.017374
-0.908944
-0.037175
3.71384
-0.020037
-0.661691
79
0
811
46
16
7
108
-0.015873
-0.980829
0.008
1.021177
0.025263
-0.049841
-0.015186
-0.452888
-0.00322
-0.554488
0.001613
-0.673874
-0.017432
-0.655262
0.000634
-0.625185
0.000635
0.792014
0.024382
0.146356
0.021249
-0.655999
-0.000033
-0.360028
0.01145
-0.789744
-0.025204
4.877393
-0.000655
-0.036072
-0.00261
-0.172472
0.026801
2.300589
-0.000335
-0.207778
0.008784
0.605172
0.040422
2.779714
80
0
814
43
15
6
104
0.012876
-0.641364
0.030974
-0.059137
-0.058334
-0.741265
-0.04
-0.620007
0.012556
-0.667547
0.020248
-0.817739
-0.020243
-0.894633
0.024896
-0.809896
-0.080153
0.000961
-0.007576
-0.913625
-0.014925
-0.49604
-0.025455
-0.584317
-0.048443
-0.100747
0.103053
1.767618
-0.015038
-0.864226
-0.032727
-1.016043
0.003284
-0.593015
-0.014029
-0.270774
0.069231
-0.35062
0.101695
-0.667793
81
0
855
24
7
4
57
0.00516
-0.349004
-0.031072
0.096395
0.000357
-0.782839
-0.028125
0.743073
0.004885
2.484572
0.063056
6.338392
0.052303
1.43156
0.019499
-0.377591
0.016997
-0.859395
0.027443
-0.55152
-0.002489
-0.391878
0.033876
-0.410654
0.027313
-0.626645
-0.006999
-1.890586
0.020535
-0.74418
-0.014084
-0.491242
-0.026147
-0.531644
0.004737
-0.338512
-0.02396
-0.349075
-0.018969
-0.894701
82
0
863
29
9
4
70
-0.000952
-0.156953
-0.024133
-0.220587
-0.010713
-0.238834
0.003687
-0.409752
-0.011239
-0.071251
0.008578
-0.363617
-0.010909
-0.231575
0.022305
-0.045896
-0.003704
-0.04673
0.00966
0.204832
-0.014132
1.091819
-0.034125
7.271196
-0.006778
-0.287164
0.002363
-0.771823
-0.004412
-0.61557
0.014925
-0.415839
-0.013255
-0.51869
-0.001471
-0.292576
-0.012202
-0.473195
0.006139
-0.191886
83
0
912
46
16
7
108
-0.006013
-1.098213
0.004474
-0.219225
0.016141
-0.470528
-0.032337
-0.682673
0.026185
-0.30941
0.024514
0.738394
0.019571
0.11172
0.002838
-0.620307
0.019036
1.59262
0.008506
0.4189
-0.001455
-0.358588
-0.013064
0.609093
0.050924
5.957264
0.032474
4.853612
0.016772
-0.319845
0.031351
-0.975056
-0.010166
-0.303371
0.024109
0.112155
-0.004364
0.861145
-0.023962
-0.409397
84
0
936
43
15
6
104
-0.04289
1.018121
-0.028159
0.540846
-0.010812
0.608871
0.09998
8.755558
0.032681
-0.247328
0.015645
-0.775413
-0.017653
-0.959879
-0.001245
-1.158043
0.003539
-1.018852
0.012008
-0.710191
0.003807
-0.386325
0.028043
-1.059737
0.00833
-0.825938
-0.024588
-2.835963
0.004079
-0.808392
0.011509
-0.064297
0.015659
-0.006638
0.01025
0.838714
-0.022648
-0.338144
0.007018
-0.535966
85
0
942
60
21
8
150
-0.039833
-0.532087
-0.060099
-0.805589
0.034658
-0.323051
0.002146
-0.166991
0.019687
-0.913559
-0.030303
0.491346
-0.028459
-0.835131
0.02002
-0.677149
-0.01382
0.808293
0.083422
3.074304
0.006459
1.326847
0.197165
8.972262
0.018372
0.421792
0.002632
1.888207
0.068917
0.513121
0.018625
0.270316
0.082171
-0.202802
0.015748
-0.049058
0
0.138802
-0.020062
-0.140065
86
0
976
59
21
8
147
-0.02109
null
-0.010435
null
0.026786
null
0.046729
null
0.080808
null
0.046512
null
0.035011
null
0.026966
null
0.064593
null
0.058228
null
-0.014963
null
0.055263
null
-0.061729
null
0.043814
null
-0.07619
null
0.12
null
0.136364
null
-0.059829
null
-0.045937
null
0.051143
null
87
0
1,008
11
3
3
28
0.080118
0.379774
-0.002958
-0.575384
-0.045197
-0.365521
-0.002817
-0.204825
0.044117
0.12225
-0.022988
1.192704
0.118971
2.712787
0.09507
-0.531785
0.040294
-0.420631
0.05814
-0.340367
-0.068593
-0.397716
0.041354
-0.68648
0.047244
-0.726999
-0.023077
-0.128768
0.048387
-0.610003
0.050847
-0.39286
0.030568
1.573477
-0.033754
0.518363
-0.052001
-0.377296
-0.06015
-0.612683
88
0
1,017
50
17
7
114
0.023773
-0.69917
-0.031429
-0.786357
-0.005017
-0.182216
-0.003333
0.345904
-0.029126
0.692311
0.016447
-0.527939
-0.064615
-0.562359
-0.02985
-1.453456
0.026033
0.475176
0
-1.009907
-0.045322
-0.550744
0.039356
-1.353413
-0.053094
-1.213473
0.002887
-2.917209
-0.01
-1.150751
0.076923
-0.917356
-0.057971
-0.577551
0.02071
-0.68192
-0.053222
-0.561327
0.011332
-0.443488
89
0
1,049
56
20
8
138
0.037901
-0.212449
-0.01699
-0.52006
-0.001212
-0.678245
0.00243
0.306997
0.030038
0.030226
0.015248
-0.938151
-0.041413
-0.739542
0.02625
-0.313061
-0.002494
-0.188578
0.017767
-0.346244
0.002544
0.728297
0.031496
0.065366
-0.016774
-0.631385
0.022427
-1.954539
0.036936
-0.268903
-0.016283
-0.378923
0.026381
-0.031992
-0.135006
1.318379
-0.039035
-0.420633
0.011614
-0.93146
90
0
1,072
46
16
7
108
0.00567
1.231074
-0.001307
-0.363093
0.011944
0.075965
0.022027
-0.345001
-0.013333
-1.318077
-0.017467
0.020969
0.000437
-0.355842
0.001751
0.502003
0.025583
-0.861403
0.009059
-0.176519
0.003636
-0.147073
0.006865
1.021273
0.020074
1.840077
0.01613
9.537409
0.030806
0.344391
0.009877
0.076032
0.002475
1.142677
-0.014153
0.189742
0.000977
1.658076
-0.036707
0.95658
91
0
1,109
4
2
2
13
-0.010101
-0.888879
-0.009009
-1.021262
0.006549
-1.250065
-0.026961
-0.821403
0.009901
-1.120513
0.01
-0.88651
-0.02439
-0.880339
0.007371
-0.760853
0.004938
-0.838686
0.046512
0.067586
-0.012755
-0.355476
0.015544
-0.600696
0.005208
-0.590657
-0.056511
10.671493
0.059896
0.797903
0.015873
-0.393445
0.018868
-0.210216
0.013661
-0.177975
-0.111651
-0.359987
-0.016706
0.126406
92
0
1,119
43
15
6
104
-0.009449
-0.358399
-0.024578
-0.809822
-0.016616
-0.829561
-0.004511
0.478255
-0.06338
1.915234
-0.004207
0.145113
0.008486
-0.93462
-0.009804
-0.946168
0.021459
-0.168547
0.014514
-0.805961
-0.007204
-0.550021
0.004342
-0.243592
0.007289
-0.95686
0.008823
-1.600232
-0.007299
-0.324298
0.017679
-0.576789
-0.001335
-0.750289
-0.013177
0.226802
-0.054017
1.253519
-0.024324
-0.178857
93
0
1,121
47
16
7
109
0.000323
-0.229054
-0.007687
-0.700206
-0.037905
-0.004422
-0.009765
0.399267
0.026951
0.014821
0.015272
0.276017
-0.004749
-0.223101
-0.009411
0.031156
0.032049
0.462158
0.008159
0.63245
0.013228
0.395982
0.040605
1.833087
-0.001031
1.601653
0.000344
1.244084
0.073062
6.049459
-0.02553
1.265251
0.025442
0.205067
-0.006229
0.677557
-0.007636
0.026031
0.005485
0.2597
94
0
1,124
47
16
7
109
0.004192
3.052626
0.008099
-0.377656
-0.010108
-0.092141
-0.000349
-1.210271
-0.010345
-1.300326
0.010453
-0.705988
0.010564
-0.738657
-0.008726
-0.19928
0.015957
0.1269
0.003559
0.166871
-0.007768
-0.202762
0.002478
4.114952
-0.005281
4.861493
0.038391
5.911509
0.030132
22.244845
-0.011173
-0.47566
0.009398
-0.44123
-0.009311
-0.291112
-0.013231
0.05171
-0.009104
20.092168
95
0
1,125
15
4
3
39
0.01562
0.087673
-0.025372
-0.799169
0.00993
-0.741275
0.001283
0.338213
-0.010787
-1.263
0.039921
-0.50416
-0.019411
-0.120046
-0.000969
-0.056127
-0.003864
-0.78696
-0.003848
-0.368176
0.00451
-0.494817
0.053989
-0.429089
0.009946
-0.407583
-0.019173
-0.824077
-0.014911
-0.80001
0.031795
-0.768219
0.001369
0.369637
-0.036609
0.102779
-0.018135
0.763234
-0.001939
6.560979
96
0
1,126
49
17
7
113
0.032097
-0.682673
-0.028413
0.095466
0.00278
-0.32664
0.02347
2.129885
0.087394
0.925614
0.003882
-0.955122
-0.016043
-0.032722
0.0472
-0.658687
0.006441
0.486134
0.028997
-0.62871
-0.006584
-0.279692
-0.007353
-0.762812
0.014925
-0.698244
-0.004129
-2.264628
-0.011429
-0.963804
0.034628
-0.613642
-0.001686
-0.71516
-0.004198
-0.589462
-0.009152
-0.243002
0.001667
-0.980889
97
0
1,127
33
10
4
79
0.009074
-0.144506
0.018484
0.263267
0.073413
-0.48037
-0.030769
-0.366047
-0.04936
-1.077466
-0.005455
-0.651949
-0.046794
-0.320459
-0.041529
-0.918325
0.020339
3.948203
0.123596
0.520656
-0.011111
-0.045709
0.05988
-0.610436
-0.043893
-0.326098
0.001912
6.033514
-0.049091
-0.176524
0.028038
4.306635
0
2.048223
0.003752
2.615342
-0.018416
3.064804
0.014953
-0.486285
98
0
1,134
53
19
7
124
-0.012561
-0.182351
-0.004807
-0.577932
-0.00858
-0.677765
0.030351
-0.637152
-0.010593
-0.571121
0
-0.43438
-0.019066
-0.269021
-0.000952
0.443264
0
-0.368739
0.004784
-0.235403
-0.007597
0.10869
0.049851
0.55523
-0.040192
4.978158
0.058764
12.933055
-0.013
-0.145225
0.002004
0.795501
0.022541
-0.064675
0.010352
-0.224192
-0.024243
0.216245
0.010204
-0.573485
99
0
1,153
15
4
3
38
-0.051233
-0.190329
-0.05386
0.570873
-0.026223
-0.671435
0.079245
-0.42899
0.070707
-0.947739
-0.091743
-0.049949
0.018692
0.612066
-0.018349
0.476794
0.126034
0.467235
-0.002062
-0.443243
0.012526
-0.165971
0.064445
-0.254689
-0.023861
-0.168382
0.042986
-1.970378
0.011442
1.753779
0.004598
-0.520454
-0.022472
-0.54973
0.044601
3.475056
-0.016166
-0.803289
0.006977
-0.044175
End of preview.

No dataset card yet

Downloads last month
41