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 5 new columns ({'nan', 'stage', 'total', 'asset', 'pct_nan'}) and 29 missing columns ({'return_sse_short', 'return_btc_smooth', 'return_sp500_short', 'return_sp500_long', 'date', 'return_btc_medium', 'return_oil_short', 'return_sse_smooth', 'return_sse_long', 'return_sp500_smooth', 'return_sse_medium', 'return_vnindex_short', 'return_vnindex_long', 'return_vix_smooth', 'return_vix_long', 'return_btc_short', 'return_vix_short', 'return_gold_medium', 'return_oil_medium', 'return_gold_long', 'return_vnindex_medium', 'return_oil_smooth', 'return_vnindex_smooth', 'return_gold_short', 'return_sp500_medium', 'return_btc_long', 'return_vix_medium', 'return_gold_smooth', 'return_oil_long'}).

This happened while the csv dataset builder was generating data using

hf://datasets/tungbach30/finance-ai-project-data/processed/data_quality_report.csv (at revision fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2), ['hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/processed/04_wavelet_decomposed_returns.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/processed/data_quality_report.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/processed/dataset_features.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/processed/master_price.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/processed/master_return.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/bitcoin_2015_2026.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/crawl_summary.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/gold_2015_2026.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/oil_wti_2015_2026.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/sp500_2015_2026.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/sse_2015_2026.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/vix_2015_2026.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/vnindex_2015_2026.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.14/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
                  writer.write_table(table)
                  ~~~~~~~~~~~~~~~~~~^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                  ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              asset: string
              stage: string
              total: int64
              nan: int64
              pct_nan: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 823
              to
              {'date': Value('string'), 'return_vnindex_short': Value('float64'), 'return_vnindex_medium': Value('float64'), 'return_vnindex_long': Value('float64'), 'return_vnindex_smooth': Value('float64'), 'return_btc_short': Value('float64'), 'return_btc_medium': Value('float64'), 'return_btc_long': Value('float64'), 'return_btc_smooth': Value('float64'), 'return_oil_short': Value('float64'), 'return_oil_medium': Value('float64'), 'return_oil_long': Value('float64'), 'return_oil_smooth': Value('float64'), 'return_gold_short': Value('float64'), 'return_gold_medium': Value('float64'), 'return_gold_long': Value('float64'), 'return_gold_smooth': Value('float64'), 'return_sp500_short': Value('float64'), 'return_sp500_medium': Value('float64'), 'return_sp500_long': Value('float64'), 'return_sp500_smooth': Value('float64'), 'return_sse_short': Value('float64'), 'return_sse_medium': Value('float64'), 'return_sse_long': Value('float64'), 'return_sse_smooth': Value('float64'), 'return_vix_short': Value('float64'), 'return_vix_medium': Value('float64'), 'return_vix_long': Value('float64'), 'return_vix_smooth': 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 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
                  ...<4 lines>...
                  )
              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 5 new columns ({'nan', 'stage', 'total', 'asset', 'pct_nan'}) and 29 missing columns ({'return_sse_short', 'return_btc_smooth', 'return_sp500_short', 'return_sp500_long', 'date', 'return_btc_medium', 'return_oil_short', 'return_sse_smooth', 'return_sse_long', 'return_sp500_smooth', 'return_sse_medium', 'return_vnindex_short', 'return_vnindex_long', 'return_vix_smooth', 'return_vix_long', 'return_btc_short', 'return_vix_short', 'return_gold_medium', 'return_oil_medium', 'return_gold_long', 'return_vnindex_medium', 'return_oil_smooth', 'return_vnindex_smooth', 'return_gold_short', 'return_sp500_medium', 'return_btc_long', 'return_vix_medium', 'return_gold_smooth', 'return_oil_long'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/tungbach30/finance-ai-project-data/processed/data_quality_report.csv (at revision fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2), ['hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/processed/04_wavelet_decomposed_returns.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/processed/data_quality_report.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/processed/dataset_features.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/processed/master_price.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/processed/master_return.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/bitcoin_2015_2026.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/crawl_summary.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/gold_2015_2026.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/oil_wti_2015_2026.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/sp500_2015_2026.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/sse_2015_2026.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/vix_2015_2026.csv', 'hf://datasets/tungbach30/finance-ai-project-data@fcc2604d2b5740b6a7650aa9fcec76a5bfa0efa2/raw/vnindex_2015_2026.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.

date
string
return_vnindex_short
float64
return_vnindex_medium
float64
return_vnindex_long
float64
return_vnindex_smooth
float64
return_btc_short
float64
return_btc_medium
float64
return_btc_long
float64
return_btc_smooth
float64
return_oil_short
float64
return_oil_medium
float64
return_oil_long
float64
return_oil_smooth
float64
return_gold_short
float64
return_gold_medium
float64
return_gold_long
float64
return_gold_smooth
float64
return_sp500_short
float64
return_sp500_medium
float64
return_sp500_long
float64
return_sp500_smooth
float64
return_sse_short
float64
return_sse_medium
float64
return_sse_long
float64
return_sse_smooth
float64
return_vix_short
float64
return_vix_medium
float64
return_vix_long
float64
return_vix_smooth
float64
2015-01-06
0.967983
-0.306933
-0.238708
0.129563
-2.704302
3.386386
0.123935
-0.314616
-0.773334
0.72204
0.070836
-0.316544
0.758332
-0.405661
-0.057921
0.265023
-1.918654
0.037161
-0.10097
0.087146
0.579695
0.33672
0.20235
0.068266
16.126059
-2.492123
0.367297
-0.230268
2015-01-07
-2.149441
-0.25609
-0.241048
0.131193
-11.412061
3.849708
0.071582
-0.314218
-0.040521
0.847984
0.092025
-0.30985
0.221136
-0.510022
-0.050256
0.265591
-0.141227
0.048475
-0.101514
0.085382
-1.120307
0.23284
0.210311
0.068226
6.313499
-2.209068
0.392374
-0.235179
2015-01-08
-0.914069
-0.218719
-0.242028
0.132474
3.766983
3.623278
0.01554
-0.313391
2.656653
0.892628
0.112251
-0.302009
-0.242389
-0.574595
-0.041512
0.267411
0.799504
0.038999
-0.102371
0.083871
2.724089
0.014822
0.215491
0.068903
-8.364813
-1.639605
0.4255
-0.239433
2015-01-09
-1.10375
-0.213506
-0.242374
0.133897
9.267769
3.048376
-0.03658
-0.311866
4.349845
0.886145
0.141401
-0.294897
0.259078
-0.670199
-0.030356
0.270944
0.963942
0.007524
-0.101209
0.082223
0.983128
-0.18086
0.218462
0.069987
-9.484087
-0.864078
0.445122
-0.240135
2015-01-12
0.605912
-0.211938
-0.242784
0.134819
27.937628
2.145101
-0.093594
-0.308782
-6.296346
1.022967
0.174092
-0.286388
1.01365
-0.710078
-0.018491
0.275117
0.704635
-0.025187
-0.098766
0.080655
-0.659887
-0.37435
0.224396
0.0713
-6.732031
0.008874
0.451609
-0.239735
2015-01-13
0.291866
-0.171809
-0.244675
0.135472
-6.966658
1.159213
-0.15028
-0.307573
2.12809
1.235459
0.202878
-0.278442
-1.286598
-0.721576
-0.004354
0.27809
1.537942
-0.044019
-0.095888
0.079031
-1.628362
-0.604848
0.230103
0.072593
-10.509615
0.80658
0.449155
-0.23748
2015-01-14
0.381874
-0.130879
-0.247407
0.135839
0.188961
0.592791
-0.192888
-0.308953
-2.953076
1.346265
0.235952
-0.272719
-1.014763
-0.777983
0.010226
0.281808
-0.79724
-0.01713
-0.090436
0.077206
-2.262842
-0.742793
0.231828
0.073616
2.394827
1.075335
0.424632
-0.23165
2015-01-15
1.431813
-0.126869
-0.249265
0.135452
-3.795664
0.235227
-0.229932
-0.313231
-4.723883
1.353153
0.269936
-0.266061
0.654626
-0.7761
0.022519
0.286997
-0.27993
0.028619
-0.086283
0.075329
7.024778
-0.75701
0.231529
0.075175
-0.031618
1.092237
0.407138
-0.22441
2015-01-16
0.817586
-0.061679
-0.251823
0.134638
0.411091
-0.015211
-0.262841
-0.320161
2.944264
0.966187
0.307871
-0.258518
-1.353039
-0.722669
0.035473
0.291713
-0.339575
0.084023
-0.083951
0.073526
1.594436
-0.690837
0.233531
0.077335
5.101486
0.885194
0.402554
-0.218164
2015-01-19
0.777207
0.069525
-0.252971
0.133662
-1.248407
-0.173218
-0.286485
-0.327856
-2.081669
0.431824
0.356105
-0.250103
-0.258422
-0.71787
0.047263
0.296878
-0.242054
0.160461
-0.081187
0.071647
-4.36303
-0.502562
0.236259
0.07988
1.92041
0.248624
0.395461
-0.210628
2015-01-20
-0.588917
0.224705
-0.252845
0.13258
-4.653943
-0.07442
-0.302085
-0.336262
3.120132
-0.014905
0.40035
-0.240163
0.213305
-0.686205
0.057577
0.301634
-1.978184
0.19954
-0.078172
0.069784
-2.006169
-0.280513
0.242464
0.082893
16.456315
-0.194706
0.375677
-0.201758
2015-01-21
-1.709774
0.409356
-0.252645
0.131192
1.360535
0.115186
-0.317213
-0.344672
1.693737
-0.440742
0.431512
-0.230179
0.128587
-0.588196
0.066963
0.305185
0.089783
0.239118
-0.074496
0.068546
-0.143168
-0.052841
0.25077
0.085316
1.850964
-0.670254
0.345721
-0.198891
2015-01-22
-0.506386
0.547064
-0.251264
0.129958
-14.527559
0.293928
-0.327757
-0.353336
1.662231
-0.847662
0.454264
-0.223238
0.806844
-0.501652
0.07351
0.309647
-0.008454
0.284197
-0.070719
0.067475
-1.048735
0.223287
0.253093
0.087514
4.051386
-1.34509
0.319491
-0.19733
2015-01-23
0.247308
0.589563
-0.249458
0.128982
-4.790289
0.525293
-0.333915
-0.362281
-1.308416
-1.278444
0.469447
-0.21737
0.014139
-0.375109
0.077696
0.314245
0.451097
0.308664
-0.067997
0.066575
-0.665375
0.535999
0.253789
0.090699
-0.842826
-1.907797
0.306936
-0.196054
2015-01-26
-0.748311
0.586912
-0.246633
0.127778
11.966737
0.754352
-0.344944
-0.372375
4.576951
-1.596933
0.482129
-0.209901
-0.693716
-0.186817
0.082228
0.317848
1.996359
0.309653
-0.065414
0.065798
-0.212327
0.814275
0.257445
0.094186
-21.187185
-2.25784
0.302539
-0.195921
2015-01-27
-1.132898
0.567884
-0.242576
0.126848
1.076817
1.016109
-0.353991
-0.383159
5.409473
-1.689715
0.499877
-0.201632
2.153114
-0.025492
0.086818
0.32113
-0.651882
0.281638
-0.060305
0.064227
1.117697
0.963259
0.257727
0.097818
5.087172
-2.411181
0.283974
-0.18823
2015-01-28
0.675733
0.484899
-0.238293
0.125991
2.887205
1.186485
-0.361938
-0.392519
-8.430622
-1.495188
0.518989
-0.19083
-0.870995
0.12043
0.091513
0.32395
0.950361
0.216983
-0.052264
0.062227
0.714876
0.94939
0.258816
0.101824
-5.677781
-2.179308
0.245483
-0.177073
2015-01-29
0.714149
0.357952
-0.233858
0.125004
-6.032752
1.232785
-0.372917
-0.401888
-2.304328
-1.201274
0.532896
-0.179387
-0.958591
0.272086
0.097103
0.325887
-0.087067
0.114481
-0.043113
0.060189
2.681318
0.830962
0.265604
0.105068
-1.577322
-1.464976
0.190746
-0.166451
2015-01-30
2.563251
0.207922
-0.228727
0.124483
3.159813
1.171721
-0.384853
-0.412975
-6.499294
-0.977442
0.543068
-0.169009
0.552913
0.380748
0.10112
0.327472
-1.629234
0.028509
-0.034366
0.057838
-2.452567
0.698653
0.272948
0.107368
12.726178
-0.833147
0.138381
-0.152798
2015-02-02
0.25571
-0.000825
-0.222234
0.12397
0.472406
1.09461
-0.395253
-0.426033
9.183227
-0.763672
0.54831
-0.156896
0.032923
0.432397
0.102331
0.32862
0.379607
-0.081289
-0.027256
0.054963
-0.406618
0.533549
0.280783
0.110044
-3.836815
-0.022282
0.102494
-0.135267
2015-02-03
-0.44755
-0.189677
-0.214403
0.122876
4.009343
1.150793
-0.404042
-0.441029
-1.390336
-0.58303
0.555256
-0.142402
-1.256003
0.439397
0.102769
0.329487
-0.288896
-0.208923
-0.020844
0.051556
0.750556
0.33337
0.289921
0.113077
2.694864
1.047112
0.071307
-0.113947
2015-02-04
-0.768604
-0.311794
-0.205241
0.121118
-2.544573
1.194209
-0.415603
-0.454889
-3.504263
-0.38795
0.570884
-0.125769
1.15835
0.393814
0.10166
0.331741
0.169222
-0.330188
-0.013006
0.047743
1.960211
0.114284
0.29657
0.116076
0.054492
2.033092
0.032087
-0.088505
2015-02-05
-0.006636
-0.40624
-0.195675
0.118826
-0.979672
0.998054
-0.42752
-0.465396
-2.703293
-0.279614
0.584299
-0.10654
-0.2556
0.323771
0.09799
0.33447
1.014745
-0.444635
-0.00687
0.043847
0.607678
-0.122272
0.301326
0.119698
-11.270315
2.96659
0.008943
-0.063595
2015-02-06
0.343515
-0.472236
-0.186607
0.116274
2.030711
0.656579
-0.443771
-0.471498
3.936002
-0.392452
0.593938
-0.085219
0.200426
0.249612
0.093481
0.337504
-0.546286
-0.500845
-0.002861
0.040392
-0.590118
-0.292987
0.308961
0.123425
1.081743
3.610035
0.000863
-0.042978
2015-02-09
-0.595323
-0.501453
-0.177543
0.113808
2.917308
0.260407
-0.458348
-0.475841
3.313957
-0.638773
0.598656
-0.063768
0.370915
0.173316
0.087249
0.341216
0.436359
-0.499005
-0.001055
0.037352
-0.37196
-0.308055
0.313254
0.126645
-3.416003
3.812823
0.009791
-0.024059
2015-02-10
-0.471389
-0.533087
-0.167958
0.110844
1.812362
-0.135707
-0.465733
-0.481667
-1.62303
-0.91531
0.593211
-0.039063
0.255643
0.123534
0.079066
0.343935
-0.396803
-0.441876
-0.002798
0.034008
-0.102693
-0.224365
0.311736
0.129924
6.271344
3.54471
0.053698
-0.003423
2015-02-11
0.617315
-0.546912
-0.157632
0.107033
-4.953632
-0.498908
-0.466815
-0.487228
-5.961906
-1.128482
0.586545
-0.011728
-0.900398
0.09785
0.072054
0.346387
-0.106574
-0.364692
-0.005228
0.030047
-0.496614
-0.120257
0.307685
0.133047
2.835158
3.074534
0.114277
0.021601
2015-02-12
-1.461321
-0.477834
-0.147148
0.102969
-1.428238
-0.948072
-0.455076
-0.492953
7.026069
-1.22363
0.583102
0.015454
1.952118
0.11238
0.067335
0.34843
-0.617578
-0.246562
-0.006676
0.025545
0.101352
0.03773
0.298855
0.136025
3.834273
2.263324
0.172222
0.053679
2015-02-13
0.372083
-0.392259
-0.136456
0.098222
2.393398
-1.54053
-0.436762
-0.498384
-2.545802
-1.188398
0.573238
0.046597
-0.003927
0.200356
0.063601
0.349575
0.141354
-0.095757
-0.008535
0.020825
0.075869
0.20179
0.288917
0.139032
-1.151177
1.123066
0.232061
0.08994
2015-02-24
-0.226405
-0.311647
-0.126015
0.092809
3.934757
-2.127783
-0.415968
-0.502846
5.228664
-1.06459
0.556464
0.079915
-1.185383
0.314226
0.062019
0.350103
0.019303
0.068337
-0.010328
0.016112
-2.115501
0.333098
0.283151
0.140968
-0.981174
-0.090971
0.283753
0.126233
2015-02-25
0.582261
-0.211565
-0.114703
0.087286
-2.791618
-2.518708
-0.396113
-0.506936
-0.365611
-0.79135
0.538038
0.112722
-0.719176
0.412388
0.061261
0.349867
0.205962
0.226877
-0.009112
0.011508
-0.348783
0.498483
0.278316
0.142061
3.643316
-1.181299
0.29684
0.161919
2015-02-26
0.72422
-0.127726
-0.101987
0.081179
-6.125693
-2.868324
-0.379281
-0.511702
-0.243116
-0.326127
0.515016
0.14632
-0.161182
0.505411
0.060742
0.349002
-0.804357
0.309737
-0.007453
0.007175
-1.646115
0.622005
0.276822
0.142684
5.031695
-1.875145
0.299994
0.194416
2015-02-27
-0.540402
-0.063274
-0.089421
0.074527
-2.801652
-3.09497
-0.360623
-0.518127
-1.333327
0.230734
0.49427
0.180913
-0.631286
0.589009
0.062431
0.347547
-0.263311
0.33429
-0.005331
0.002607
1.687922
0.620783
0.283309
0.142582
-2.696688
-2.270549
0.295388
0.227673
2015-03-02
-0.965021
0.022707
-0.077992
0.067921
5.439785
-3.094353
-0.340944
-0.5234
-2.962974
0.776953
0.479748
0.214378
-0.007593
0.631102
0.065069
0.346365
0.539211
0.314466
-0.001398
-0.002174
0.462705
0.575835
0.289684
0.143105
-4.014782
-2.302551
0.275316
0.263928
2015-03-03
0.232668
0.092876
-0.068751
0.060675
1.441887
-2.971516
-0.323245
-0.525942
-1.920476
1.270601
0.463758
0.247699
-0.760892
0.638978
0.067194
0.34502
-0.956364
0.275901
0.000816
-0.006631
0.589422
0.507841
0.295378
0.144246
7.297099
-2.114411
0.265406
0.297861
2015-03-04
0.172904
0.087386
-0.06104
0.052454
3.908097
-2.60362
-0.31268
-0.526309
1.350149
1.657692
0.440677
0.283134
1.659445
0.616845
0.068416
0.343166
1.119995
0.226185
0.001366
-0.010666
1.281142
0.384444
0.300367
0.143723
-4.673165
-1.775881
0.261465
0.327947
2015-03-05
0.991665
0.097935
-0.052666
0.044743
-4.813749
-2.068753
-0.305089
-0.524088
-2.423064
1.836839
0.414335
0.316101
-0.14359
0.511069
0.069592
0.340397
-0.132215
0.149655
0.001185
-0.014323
-0.760453
0.25389
0.297378
0.141647
-0.943799
-1.171407
0.266783
0.354236
2015-03-06
-0.303628
0.10182
-0.042331
0.037394
-2.703231
-1.493131
-0.294487
-0.521955
0.14419
1.841886
0.387381
0.348486
-0.067448
0.380887
0.069418
0.335765
1.228864
0.046011
-0.000353
-0.01768
0.548184
0.145686
0.290742
0.139094
-8.661045
-0.406876
0.289671
0.377746
2015-03-09
0.216831
0.070206
-0.031203
0.030288
0.275826
-0.886879
-0.280429
-0.522688
-1.171258
1.720141
0.359674
0.382121
0.846293
0.271936
0.069662
0.330342
1.369298
-0.040162
-0.00317
-0.021069
1.434084
-0.015837
0.286223
0.135191
-7.79409
0.120564
0.326875
0.404167
2015-03-10
-0.121867
0.077672
-0.019026
0.024252
-0.148173
-0.172789
-0.261238
-0.525511
0.315022
1.436368
0.334987
0.414397
-0.032585
0.146692
0.071257
0.323956
-1.023264
-0.067251
-0.005573
-0.024981
-0.225368
-0.126912
0.277435
0.130595
6.586982
0.371418
0.365272
0.436535
2015-03-11
-0.208329
0.10324
-0.006
0.018042
0.081679
0.504862
-0.243055
-0.527133
4.435433
1.081335
0.304977
0.446709
0.003689
0.013465
0.071667
0.316592
0.722063
-0.061708
-0.007764
-0.029171
0.627725
-0.142783
0.257486
0.126122
-4.032741
0.583671
0.403509
0.470842
2015-03-12
0.497604
0.124785
0.006797
0.012231
-1.873224
0.991352
-0.229697
-0.527539
2.698391
0.833184
0.267963
0.47714
0.355075
-0.095882
0.071363
0.309347
-1.394531
-0.030297
-0.010055
-0.032789
-1.320353
-0.203964
0.229367
0.120052
2.749052
0.502945
0.432309
0.501321
2015-03-13
-0.229331
0.185565
0.022734
0.007596
-1.714645
1.346966
-0.217915
-0.529359
3.780948
0.610803
0.233933
0.505814
0.961094
-0.179661
0.069969
0.301552
0.168748
0.010965
-0.011997
-0.035843
-0.840876
-0.257547
0.192544
0.112916
-2.042313
0.177472
0.461773
0.526946
2015-03-16
-0.423139
0.305629
0.040541
0.003597
9.815207
1.443719
-0.200981
-0.532148
-1.414375
0.302122
0.209495
0.532968
0.420968
-0.258105
0.067499
0.293631
-1.030131
0.031081
-0.014564
-0.0385
-1.118772
-0.281571
0.152068
0.106614
9.971469
-0.06046
0.505532
0.548156
2015-03-17
0.365305
0.364242
0.058405
0.000283
-1.738478
1.384825
-0.179138
-0.53778
0.71879
0.131188
0.19478
0.559643
-1.210241
-0.276615
0.065172
0.286067
0.385143
0.059064
-0.016471
-0.040878
0.317189
-0.318657
0.119116
0.100269
-0.527128
-0.346653
0.540113
0.567226
2015-03-18
-0.82784
0.412448
0.077531
-0.00252
-1.786883
1.258725
-0.158005
-0.543028
-1.77372
0.103657
0.189866
0.585839
-1.507225
-0.282785
0.062806
0.27926
-0.948622
0.113926
-0.017115
-0.0433
0.05558
-0.358176
0.086709
0.093576
9.650955
-0.66454
0.559463
0.587907
2015-03-19
-0.22486
0.490304
0.095977
-0.005106
-4.547879
0.982658
-0.132402
-0.543999
-3.17583
0.067938
0.183045
0.610245
-0.035755
-0.31051
0.059942
0.272975
-0.495878
0.139862
-0.020105
-0.045646
-1.35451
-0.348017
0.046745
0.087441
0.896849
-0.688058
0.587636
0.60819
2015-03-20
-0.224968
0.508826
0.113364
-0.007624
5.916152
0.633234
-0.103603
-0.542374
-1.066053
0.150595
0.167626
0.633278
0.020017
-0.304793
0.055906
0.266918
0.191129
0.142541
-0.025022
-0.047444
-0.112914
-0.408015
0.005661
0.080854
-0.570428
-0.703572
0.618273
0.625356
2015-03-23
0.470856
0.525769
0.131582
-0.00922
1.905462
0.336688
-0.073817
-0.539557
-1.987465
0.258188
0.147906
0.652103
-0.479901
-0.276371
0.048934
0.261876
1.588272
0.152438
-0.03139
-0.048474
1.903082
-0.534541
-0.040565
0.073669
-10.831995
-0.986319
0.658128
0.637782
2015-03-24
0.565933
0.530934
0.150315
-0.010152
-1.548725
0.085107
-0.039996
-0.53591
-4.887457
0.125887
0.124967
0.669185
-0.382145
-0.237033
0.040469
0.25659
0.37098
0.142053
-0.038805
-0.049131
-0.056747
-0.530209
-0.093427
0.067046
-3.783422
-1.070282
0.713505
0.645676
2015-03-25
-0.339337
0.452549
0.168163
-0.010539
0.769161
-0.096185
0.000084
-0.53029
6.230835
-0.024649
0.105315
0.685928
0.826471
-0.197158
0.032689
0.251587
0.014642
0.116928
-0.042724
-0.04957
1.160769
-0.483506
-0.143754
0.060867
3.088906
-0.810746
0.742568
0.652737
2015-03-26
1.453677
0.313549
0.186885
-0.009759
0.296151
-0.063848
0.041452
-0.522468
0.693217
-0.000569
0.091192
0.69924
1.043606
-0.149413
0.026006
0.24767
-1.272246
0.110047
-0.042826
-0.049843
-1.685059
-0.445686
-0.190925
0.055241
4.53391
-0.642994
0.739452
0.660721
2015-03-27
-1.521726
0.232138
0.206234
-0.008808
1.378094
0.078775
0.080614
-0.51128
2.101519
-0.03755
0.073753
0.710592
0.936377
-0.129198
0.019794
0.244029
0.37831
0.098991
-0.042022
-0.049683
1.124285
-0.375012
-0.235718
0.050578
-5.447869
-0.528138
0.7225
0.665501
2015-03-30
1.448466
0.157551
0.224887
-0.007354
-0.356054
0.269631
0.122746
-0.500009
-2.673604
-0.143802
0.048061
0.719562
-1.371564
-0.110895
0.013809
0.240702
0.919752
0.074047
-0.041533
-0.049046
-0.658887
-0.295242
-0.276122
0.046392
-2.327938
-0.486847
0.697737
0.66653
2015-03-31
-0.518102
0.047674
0.244371
-0.005327
-3.439662
0.573418
0.162616
-0.491154
1.274202
-0.221489
0.021056
0.725129
-0.022506
-0.085628
0.007533
0.237865
-0.22389
0.071311
-0.038339
-0.048165
0.830717
-0.256943
-0.312723
0.041961
3.446057
-0.639827
0.648278
0.665248
2015-04-01
-0.86248
-0.034976
0.263794
-0.003249
-3.031945
0.833288
0.202622
-0.48387
0.931367
-0.393054
-0.007273
0.729121
0.348726
-0.071899
0.001205
0.235406
0.129851
0.066197
-0.032648
-0.046703
-0.130762
-0.142922
-0.349448
0.038017
0.241858
-0.611184
0.578115
0.660035
2015-04-02
1.10609
-0.157666
0.282423
-0.000926
-1.41639
0.98532
0.248104
-0.478629
-2.397161
-0.571573
-0.031259
0.733691
-1.52191
-0.066871
-0.00213
0.232514
-0.290567
0.021574
-0.024062
-0.045081
0.265834
0.003838
-0.377397
0.03435
-3.967043
-0.071219
0.478994
0.65645
2015-04-03
-0.131232
-0.282894
0.300165
0.000895
-1.08452
1.137758
0.295094
-0.47469
-4.259667
-0.504563
-0.046359
0.7385
0.384952
-0.088327
-0.002787
0.22988
0.276298
-0.022345
-0.01173
-0.043696
-1.002934
-0.050097
-0.394304
0.03058
-4.040182
0.522928
0.34441
0.658449
2015-04-06
0.343796
-0.309683
0.315272
0.002236
0.664619
1.20851
0.337381
-0.47133
5.685473
-0.408419
-0.064346
0.742019
0.518022
-0.102424
-0.004168
0.227239
-0.338199
-0.054211
-0.000303
-0.042085
-0.22356
-0.202139
-0.407836
0.026961
6.591178
0.840619
0.200384
0.66109
2015-04-07
-0.311581
-0.27843
0.327507
0.003233
-0.976541
1.12482
0.369301
-0.467909
2.579461
-0.441072
-0.0914
0.745281
0.976096
-0.119565
-0.006957
0.223615
-0.39039
-0.089726
0.009497
-0.040251
1.326103
-0.345448
-0.417838
0.022027
6.803346
1.180659
0.053847
0.661588
2015-04-08
-0.132898
-0.296209
0.337402
0.004097
2.15817
0.999991
0.394187
-0.464276
0.052651
-0.455671
-0.120313
0.74661
-0.553259
-0.125602
-0.011984
0.220304
-0.448193
-0.110665
0.019668
-0.038442
-1.192098
-0.474426
-0.429193
0.016016
5.278912
1.427175
-0.096962
0.662569
2015-04-09
-0.626031
-0.330678
0.34461
0.005002
4.982533
0.823551
0.417269
-0.461633
0.139874
-0.493637
-0.152787
0.746126
-0.106544
-0.1128
-0.019882
0.216724
0.353927
-0.126424
0.029047
-0.036278
-0.872624
-0.544026
-0.443918
0.010392
-9.571173
1.655906
-0.230602
0.661923
2015-04-10
0.493852
-0.333472
0.347552
0.005738
2.865826
0.55195
0.447446
-0.461569
-0.61743
-0.524481
-0.187438
0.745123
0.590268
-0.075216
-0.027797
0.212792
0.08517
-0.151558
0.035322
-0.033677
0.260968
-0.550828
-0.459265
0.004861
-2.441513
1.933233
-0.318738
0.657956
2015-04-13
-0.284344
-0.339421
0.347398
0.006649
-1.047708
0.316645
0.48393
-0.462897
-4.648894
-0.462621
-0.216129
0.743118
-0.864304
-0.023526
-0.036091
0.209697
-0.03004
-0.174967
0.040071
-0.031455
2.20058
-0.616393
-0.480199
-0.000088
1.998833
2.009416
-0.381825
0.65613
2015-04-14
-0.692002
-0.298414
0.345066
0.007739
-2.546702
0.095602
0.514522
-0.4633
-2.70948
-0.401744
-0.247039
0.74084
0.365852
0.04388
-0.04691
0.206408
-0.198891
-0.153489
0.042868
-0.029267
0.648646
-0.646846
-0.509397
-0.003871
3.901636
1.556629
-0.420867
0.651235
2015-04-15
-0.613038
-0.236773
0.343027
0.009592
1.758648
-0.145434
0.540315
-0.463828
2.897868
-0.478034
-0.279458
0.737673
-0.55085
0.124312
-0.059488
0.202479
1.384948
-0.102086
0.043921
-0.026889
-0.919233
-0.433888
-0.539402
-0.008091
-10.276906
0.804621
-0.452587
0.642022
2015-04-16
0.079395
-0.247298
0.34467
0.012376
1.277137
-0.306901
0.566824
-0.46628
1.132541
-0.57161
-0.309097
0.733463
0.863887
0.169096
-0.072074
0.198139
-0.541656
-0.049372
0.047309
-0.025003
1.484641
-0.077812
-0.568435
-0.013444
1.20353
0.125104
-0.502347
0.635166
2015-04-17
0.920935
-0.279833
0.348847
0.015327
-5.695984
-0.448941
0.598022
-0.470646
2.370941
-0.621644
-0.336011
0.729538
-1.147726
0.197783
-0.084609
0.193044
-0.175667
0.005205
0.051711
-0.023009
-1.152752
0.323625
-0.594187
-0.018865
2.854111
-0.58214
-0.548075
0.626298
2015-04-20
-0.050826
-0.222386
0.351571
0.018568
-0.839699
-0.590851
0.636681
-0.477175
-0.116796
-0.66046
-0.357673
0.725017
1.33591
0.217006
-0.096342
0.188093
-0.384787
0.040725
0.056734
-0.02089
-2.33492
0.664048
-0.609197
-0.024549
5.388179
-1.087595
-0.598154
0.616092
2015-04-21
-0.153486
-0.100773
0.351626
0.021965
0.724186
-0.638258
0.67234
-0.482062
-2.226586
-0.578356
-0.37451
0.720341
-1.228133
0.211276
-0.106345
0.184156
0.016391
0.063852
0.063034
-0.018922
-1.421986
0.870729
-0.618845
-0.030612
0.221671
-1.47417
-0.662696
0.605943
2015-04-22
-0.274752
0.016615
0.350704
0.025419
1.662961
-0.603547
0.697202
-0.482105
1.217578
-0.469
-0.392888
0.717469
1.484583
0.167489
-0.11676
0.179692
-0.544187
0.081719
0.068801
-0.016792
0.976987
1.076669
-0.627534
-0.036164
5.285951
-1.815163
-0.733867
0.591945
2015-04-23
-0.616256
0.146317
0.346538
0.029104
1.80393
-0.563144
0.713425
-0.478181
2.498164
-0.422322
-0.41419
0.714872
-2.182036
0.091301
-0.126727
0.174303
0.03236
0.113279
0.075707
-0.014626
-2.134237
1.375037
-0.626843
-0.042462
-2.154312
-2.064974
-0.822693
0.575667
2015-04-24
3.153797
0.262799
0.341821
0.033002
-2.686214
-0.473833
0.725721
-0.472768
-1.837707
-0.368091
-0.432809
0.710999
0.792725
-0.02354
-0.135827
0.169128
-0.442585
0.121826
0.084193
-0.012466
-1.166016
1.594999
-0.611935
-0.050393
3.287739
-1.977002
-0.923827
0.559232
2015-04-27
-0.544918
0.359246
0.336344
0.037171
0.198348
-0.371448
0.736591
-0.466694
-2.13203
-0.285236
-0.45282
0.705737
0.415698
-0.145556
-0.144062
0.163358
1.178177
0.094099
0.091534
-0.010261
4.011746
1.608099
-0.585504
-0.059096
-11.372071
-1.571298
-0.999556
0.541377
2015-05-04
-0.323549
0.502241
0.323121
0.04168
3.652198
-0.323462
0.745125
-0.459086
-1.925973
-0.196455
-0.475965
0.698686
0.013933
-0.226403
-0.149168
0.157724
0.770783
0.05996
0.097657
-0.008138
2.068314
1.457784
-0.548803
-0.068533
-6.588735
-1.106972
-1.057943
0.523767
2015-05-05
-1.507577
0.628454
0.305596
0.046619
-1.53265
-0.201595
0.745219
-0.45073
3.291023
-0.012001
-0.504437
0.69097
1.07403
-0.264259
-0.152511
0.152688
0.059365
0.007653
0.102771
-0.00668
2.801207
1.166339
-0.509364
-0.077774
-4.268748
-0.47856
-1.114462
0.513067
2015-05-06
-1.148925
0.614556
0.285742
0.051528
-4.066311
-0.122325
0.734413
-0.440888
-0.517691
0.204951
-0.542532
0.685193
0.064096
-0.28553
-0.155302
0.146385
-1.283277
-0.042452
0.104815
-0.005563
-1.072352
0.941748
-0.477093
-0.086376
16.376078
0.12052
-1.144989
0.504674
2015-05-07
0.079907
0.497363
0.262334
0.056246
-0.095216
-0.197218
0.717988
-0.43023
0.41886
0.324144
-0.587491
0.681031
0.584922
-0.289366
-0.156674
0.13963
0.360802
-0.066701
0.10582
-0.00442
-3.099214
0.825825
-0.445351
-0.095784
-4.21426
0.554071
-1.167865
0.494399
2015-05-08
0.879227
0.357943
0.239531
0.06133
0.42344
-0.304598
0.690776
-0.420023
-0.908639
0.409682
-0.624793
0.676111
0.213089
-0.26416
-0.15835
0.133503
0.501935
-0.067883
0.111586
-0.003253
-2.881957
0.575149
-0.405334
-0.105823
-4.505722
0.791202
-1.216228
0.484569
2015-05-11
0.134449
0.216139
0.217819
0.06675
1.523149
-0.408187
0.652587
-0.409441
0.058964
0.45233
-0.654617
0.66997
-1.595535
-0.236633
-0.159842
0.127051
0.531458
-0.095419
0.118491
-0.001276
0.601833
0.210427
-0.36033
-0.115868
-2.553862
1.087043
-1.255291
0.468494
2015-05-12
0.014018
0.083332
0.193806
0.072312
0.338821
-0.514802
0.610722
-0.398875
-0.106491
0.499598
-0.676151
0.662456
-1.241692
-0.183097
-0.156821
0.120565
-0.861679
-0.130605
0.125264
0.001207
1.620963
-0.088508
-0.307659
-0.126137
5.461116
1.2656
-1.29433
0.44868
2015-05-13
1.079705
-0.038143
0.166948
0.077568
-0.474441
-0.57924
0.561973
-0.388276
0.463527
0.591083
-0.686307
0.654253
-0.131496
-0.103398
-0.150938
0.114592
-0.320025
-0.155049
0.132401
0.0037
2.629847
-0.297805
-0.249128
-0.135592
5.844032
1.38326
-1.335079
0.430895
2015-05-14
2.197363
-0.205874
0.138271
0.081867
1.907423
-0.562262
0.499571
-0.37593
-0.916745
0.677656
-0.700089
0.646559
-0.878586
-0.036247
-0.145059
0.108257
-0.184812
-0.185022
0.132197
0.00656
2.80737
-0.38808
-0.195973
-0.144013
-2.297385
1.560778
-1.32167
0.40949
2015-05-15
0.35021
-0.370653
0.104412
0.085733
2.189409
-0.583183
0.430933
-0.361661
3.182585
0.632599
-0.715689
0.638371
1.421734
0.012974
-0.137964
0.101997
0.042911
-0.179233
0.126343
0.009993
-2.207896
-0.367855
-0.15147
-0.152894
-2.669139
1.411433
-1.271383
0.382141
2015-05-18
-1.987249
-0.413954
0.067168
0.089881
-0.570802
-0.50205
0.360313
-0.346767
-0.291259
0.493723
-0.724453
0.628697
0.302249
0.069177
-0.130647
0.095964
0.122047
-0.155603
0.119925
0.013948
-0.922957
-0.492362
-0.11585
-0.162414
-1.899758
1.187216
-1.203167
0.351331
2015-05-19
-0.171945
-0.353716
0.029916
0.094598
-0.870412
-0.206518
0.289883
-0.331922
-3.4447
0.327355
-0.727541
0.617095
0.023959
0.111661
-0.123565
0.088887
-0.444112
-0.161715
0.112062
0.01825
0.200638
-0.719072
-0.087421
-0.171852
8.75987
1.2242
-1.107069
0.318254
2015-05-20
-1.225251
-0.262568
-0.010163
0.099561
-2.991484
0.103594
0.228584
-0.318612
0.990025
0.160571
-0.725673
0.603286
0.22133
0.140268
-0.114515
0.081242
0.528333
-0.177579
0.100886
0.022639
-0.807326
-0.795376
-0.064529
-0.181442
-0.670098
1.389217
-0.980578
0.286118
2015-05-21
-0.133707
-0.192562
-0.051017
0.10426
0.620393
0.421001
0.171941
-0.308332
-0.31444
0.121368
-0.716077
0.587648
-0.319128
0.2133
-0.105689
0.073157
-0.09525
-0.154832
0.085838
0.026489
-4.138608
-0.847076
-0.046683
-0.191119
3.092503
1.354457
-0.821197
0.258766
2015-05-22
-0.648873
-0.151147
-0.092305
0.108464
0.041237
0.73615
0.11045
-0.297359
2.203731
0.090601
-0.708126
0.572159
0.834671
0.295108
-0.101198
0.064643
0.857273
-0.102425
0.066027
0.029841
-1.978149
-0.968634
-0.041891
-0.199852
-11.760552
1.240178
-0.618209
0.233021
2015-05-25
0.873459
-0.121186
-0.133715
0.112739
-1.775642
0.967407
0.045015
-0.283163
0.898813
0.004777
-0.703703
0.554937
0.115855
0.35919
-0.100167
0.056777
-0.697807
-0.020276
0.043653
0.03353
-0.795174
-1.128717
-0.050327
-0.207983
3.691365
0.765994
-0.399583
0.203024
2015-05-26
-0.839353
-0.056355
-0.171119
0.117384
0.291663
1.078882
-0.016289
-0.268285
1.266745
-0.092977
-0.688975
0.536335
-0.200359
0.4114
-0.100147
0.049136
-0.514335
0.075394
0.024799
0.03779
6.614574
-1.37134
-0.061596
-0.215546
4.584556
0.084983
-0.196344
0.167494
2015-05-27
0.353889
0.035353
-0.203825
0.122077
-1.532991
1.15815
-0.068988
-0.252453
-4.283013
-0.160758
-0.661123
0.517704
-0.362238
0.41477
-0.100054
0.041905
0.542378
0.129511
0.009057
0.042624
3.596562
-1.600144
-0.071843
-0.222224
-3.473519
-0.207235
0.003527
0.126121
2015-05-28
-0.734944
0.065656
-0.232546
0.127128
4.589179
1.112773
-0.115271
-0.23627
-0.334318
-0.136178
-0.625745
0.495729
0.035662
0.364186
-0.097246
0.035249
-0.090894
0.171532
-0.006393
0.047702
-2.906434
-1.570382
-0.075498
-0.228205
-2.047063
-0.626806
0.200332
0.080952
2015-05-29
1.074888
0.014968
-0.257655
0.132154
-0.392932
0.835459
-0.163801
-0.221225
-1.210242
-0.030567
-0.579688
0.471129
-0.814911
0.307758
-0.091847
0.028817
0.173879
0.23325
-0.021712
0.052568
-1.516725
-1.39206
-0.074279
-0.232567
-5.678659
-1.312543
0.382679
0.037928
2015-06-01
1.206027
-0.051535
-0.277998
0.136734
-1.113958
0.569185
-0.222365
-0.204992
0.444146
0.077326
-0.529747
0.446198
0.113901
0.258273
-0.086254
0.022885
-0.701334
0.260998
-0.036878
0.057004
1.651668
-1.303737
-0.072051
-0.236129
7.379635
-1.644516
0.540006
-0.001512
2015-06-02
0.40172
-0.085136
-0.295502
0.141208
0.606096
0.307402
-0.286659
-0.18719
4.122666
0.099382
-0.483609
0.421293
0.63662
0.169488
-0.079313
0.017534
0.353739
0.244197
-0.050332
0.061142
0.788862
-1.195667
-0.063427
-0.239536
-4.368777
-1.682478
0.662383
-0.03907
2015-06-03
-1.322513
-0.091596
-0.310224
0.145517
1.240971
0.046562
-0.346516
-0.169733
-0.817547
0.030457
-0.437354
0.395002
0.79747
0.054752
-0.070058
0.012592
0.264484
0.187919
-0.06094
0.065365
-0.496384
-1.06982
-0.048947
-0.242701
3.383702
-1.439435
0.753155
-0.07537
2015-06-04
-0.785762
-0.078131
-0.324147
0.149745
-0.265943
-0.12978
-0.398963
-0.153796
1.570296
-0.031971
-0.395011
0.369492
-0.431105
-0.086545
-0.058443
0.007568
0.555249
0.073524
-0.071067
0.069562
-1.526706
-0.907006
-0.033826
-0.246591
-6.04984
-0.550046
0.847981
-0.113
2015-06-05
0.706958
-0.051707
-0.341074
0.154645
-0.285713
-0.251733
-0.448138
-0.140248
-2.040568
-0.057867
-0.353925
0.344443
0.069569
-0.229572
-0.045553
0.002953
0.271277
-0.036791
-0.082553
0.073632
0.031524
-0.662442
-0.017828
-0.250361
2.407009
0.377422
0.952446
-0.149937
2015-06-08
0.931093
-0.02339
-0.359343
0.160427
1.220474
-0.321017
-0.501182
-0.129162
-3.170348
-0.101013
-0.313724
0.316318
-0.239881
-0.317469
-0.032629
-0.001537
-1.06803
-0.098049
-0.094246
0.077243
-1.432278
-0.448569
-0.002077
-0.251639
11.415501
0.889182
1.047944
-0.181247
End of preview.
README.md exists but content is empty.
Downloads last month
49