Dataset Preview
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 13 new columns ({'Mining sanctions', 'Copper tariff', 'Terrorist attack', 'Electronics manufacturing', 'Scrap copper prices', 'Middle East conflicts', 'Euro exchange rate', 'Yahoo finance', 'Copper ore reserves', 'Trade war', 'Extreme weather', 'China US trade tensions', 'Iran Iraq War'}) and 26 missing columns ({'S_t_lag1', 'sigmaG_t', 'S_MA5', 'S_t_lag3', 'V_t', 'V_t_lag1', 'V_RollSum10', 'Gbar_t_lag3', 'S_t', 'Gbar_t', 'sigma_t_lag1', 'sigma_t_lag3', 'S_MA20', 'sigma_t', 'S_t_lag2', 'log_vol', 'V_t_lag3', 'V_t_lag2', 'S_RollStd5', 'DeltaS_t', 'Gbar_t_lag2', 'sigma_t_lag2', 'AI_t', 'V_RollSum5', 'S_RollStd10', 'Gbar_t_lag1'}).
This happened while the csv dataset builder was generating data using
hf://datasets/RichardVR/Copper_Forecasting_Dataseets/Data collection/Alternative:Sentiment/Google Trends Weekly.csv (at revision c0a78a0607b9818a52b43398abe276a53912d55d)
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 1831, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 644, 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 2272, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
Date: string
Scrap copper prices: int64
Copper ore reserves: int64
Electronics manufacturing: int64
Euro exchange rate: int64
Yahoo finance: int64
Trade war: int64
Mining sanctions: int64
Extreme weather: int64
Middle East conflicts: int64
Iran Iraq War: int64
Copper tariff: int64
Terrorist attack: int64
China US trade tensions: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2070
to
{'Date': Value('string'), 'V_t': Value('float64'), 'S_t': Value('float64'), 'sigma_t': Value('float64'), 'Gbar_t': Value('float64'), 'sigmaG_t': Value('float64'), 'log_vol': Value('float64'), 'AI_t': Value('float64'), 'S_t_lag1': Value('float64'), 'sigma_t_lag1': Value('float64'), 'V_t_lag1': Value('float64'), 'Gbar_t_lag1': Value('float64'), 'S_t_lag2': Value('float64'), 'sigma_t_lag2': Value('float64'), 'V_t_lag2': Value('float64'), 'Gbar_t_lag2': Value('float64'), 'S_t_lag3': Value('float64'), 'sigma_t_lag3': Value('float64'), 'V_t_lag3': Value('float64'), 'Gbar_t_lag3': Value('float64'), 'S_MA5': Value('float64'), 'S_MA20': Value('float64'), 'DeltaS_t': Value('float64'), 'S_RollStd5': Value('float64'), 'S_RollStd10': Value('float64'), 'V_RollSum5': Value('float64'), 'V_RollSum10': 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 1456, 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 1055, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 970, 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 1702, 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 1833, 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 13 new columns ({'Mining sanctions', 'Copper tariff', 'Terrorist attack', 'Electronics manufacturing', 'Scrap copper prices', 'Middle East conflicts', 'Euro exchange rate', 'Yahoo finance', 'Copper ore reserves', 'Trade war', 'Extreme weather', 'China US trade tensions', 'Iran Iraq War'}) and 26 missing columns ({'S_t_lag1', 'sigmaG_t', 'S_MA5', 'S_t_lag3', 'V_t', 'V_t_lag1', 'V_RollSum10', 'Gbar_t_lag3', 'S_t', 'Gbar_t', 'sigma_t_lag1', 'sigma_t_lag3', 'S_MA20', 'sigma_t', 'S_t_lag2', 'log_vol', 'V_t_lag3', 'V_t_lag2', 'S_RollStd5', 'DeltaS_t', 'Gbar_t_lag2', 'sigma_t_lag2', 'AI_t', 'V_RollSum5', 'S_RollStd10', 'Gbar_t_lag1'}).
This happened while the csv dataset builder was generating data using
hf://datasets/RichardVR/Copper_Forecasting_Dataseets/Data collection/Alternative:Sentiment/Google Trends Weekly.csv (at revision c0a78a0607b9818a52b43398abe276a53912d55d)
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 | V_t float64 | S_t float64 | sigma_t float64 | Gbar_t float64 | sigmaG_t float64 | log_vol float64 | AI_t float64 | S_t_lag1 float64 | sigma_t_lag1 float64 | V_t_lag1 float64 | Gbar_t_lag1 float64 | S_t_lag2 float64 | sigma_t_lag2 float64 | V_t_lag2 float64 | Gbar_t_lag2 float64 | S_t_lag3 float64 | sigma_t_lag3 float64 | V_t_lag3 float64 | Gbar_t_lag3 float64 | S_MA5 float64 | S_MA20 float64 | DeltaS_t float64 | S_RollStd5 float64 | S_RollStd10 float64 | V_RollSum5 float64 | V_RollSum10 float64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6/28/20 | 33.857143 | 0.356126 | 0.362095 | -5.710778 | 2.789402 | 3.536701 | 1.259622 | 0.3527 | 0.368433 | 35.428571 | -5.877019 | 0.343312 | 0.386202 | 35.142857 | -5.793373 | 0.349756 | 0.388043 | 34 | -5.785039 | 0.350179 | 0.393922 | -0.043744 | 0.067418 | 0.074979 | 173.714286 | 335.285714 |
7/5/20 | 35.857143 | 0.430141 | 0.360616 | -5.147777 | 2.846144 | 3.596341 | 1.542706 | 0.422737 | 0.357243 | 33.285714 | -5.200243 | 0.400951 | 0.359288 | 34 | -5.188713 | 0.387938 | 0.364982 | 34.428571 | -5.27769 | 0.405461 | 0.384968 | 0.020493 | 0.073765 | 0.081103 | 170.714286 | 339.857143 |
7/12/20 | 36.571429 | 0.394739 | 0.360459 | -5.280174 | 2.796221 | 3.623594 | 1.429779 | 0.389144 | 0.364493 | 37.857143 | -5.120403 | 0.398406 | 0.360497 | 37.571429 | -5.042841 | 0.400782 | 0.353103 | 36.714286 | -5.087894 | 0.396637 | 0.384324 | 0.012314 | 0.029986 | 0.046465 | 186 | 364.142857 |
7/19/20 | 31.714286 | 0.418517 | 0.368621 | -5.419406 | 2.700718 | 3.482289 | 1.454995 | 0.423489 | 0.360042 | 31.285714 | -5.552306 | 0.419815 | 0.360131 | 31.857143 | -5.681767 | 0.427624 | 0.367856 | 31.857143 | -5.633603 | 0.419538 | 0.406014 | 0.013524 | 0.050368 | 0.046456 | 159.571429 | 340.428571 |
7/26/20 | 33.571429 | 0.407748 | 0.342199 | -5.234507 | 2.774277 | 3.538537 | 1.441375 | 0.404983 | 0.346246 | 34.285714 | -5.196719 | 0.402123 | 0.348173 | 33.571429 | -5.222328 | 0.405819 | 0.347563 | 33.714286 | -5.211776 | 0.406224 | 0.407826 | -0.001603 | 0.053603 | 0.052392 | 168 | 329.285714 |
8/2/20 | 35.142857 | 0.431885 | 0.361308 | -5.812417 | 2.889382 | 3.583895 | 1.550682 | 0.440375 | 0.366824 | 34.857143 | -5.784404 | 0.438111 | 0.364561 | 36 | -5.834379 | 0.414799 | 0.369298 | 35.142857 | -5.716921 | 0.427948 | 0.415451 | 0.012497 | 0.046106 | 0.053997 | 175.714286 | 343.714286 |
8/9/20 | 35.285714 | 0.425236 | 0.382223 | -5.021696 | 2.814639 | 3.572641 | 1.524886 | 0.405173 | 0.378635 | 35.571429 | -5.158003 | 0.424756 | 0.376949 | 34.714286 | -5.220226 | 0.433331 | 0.372142 | 34.571429 | -5.290983 | 0.422712 | 0.417417 | 0.005295 | 0.065484 | 0.060542 | 174.714286 | 347.857143 |
8/16/20 | 30 | 0.399768 | 0.385782 | -5.251897 | 2.734483 | 3.42652 | 1.364855 | 0.40288 | 0.36908 | 31.285714 | -5.113208 | 0.390615 | 0.36456 | 31.714286 | -5.11999 | 0.39762 | 0.350292 | 32.857143 | -5.134286 | 0.399857 | 0.417211 | -0.017354 | 0.062483 | 0.074071 | 159.571429 | 337 |
8/23/20 | 29.285714 | 0.46123 | 0.334681 | -5.634688 | 2.981808 | 3.402394 | 1.566094 | 0.468547 | 0.350069 | 28.857143 | -5.661155 | 0.457387 | 0.35979 | 28.714286 | -5.390694 | 0.460394 | 0.376882 | 28.857143 | -5.330372 | 0.461375 | 0.428819 | 0.032557 | 0.053045 | 0.065315 | 144.714286 | 296 |
8/30/20 | 34.714286 | 0.412258 | 0.326006 | -5.448622 | 2.676124 | 3.572825 | 1.471827 | 0.429269 | 0.329048 | 33 | -5.283386 | 0.424625 | 0.334877 | 33.571429 | -5.474367 | 0.416351 | 0.334573 | 32.857143 | -5.588544 | 0.42334 | 0.430116 | -0.006775 | 0.045709 | 0.049582 | 166.428571 | 315.142857 |
9/6/20 | 39.428571 | 0.398476 | 0.329814 | -5.113668 | 2.623091 | 3.691006 | 1.467491 | 0.385114 | 0.337573 | 39.714286 | -5.188373 | 0.397201 | 0.326946 | 38.714286 | -5.197279 | 0.397607 | 0.33068 | 38.285714 | -5.299798 | 0.393378 | 0.425845 | -0.032467 | 0.050508 | 0.056687 | 194.428571 | 369.857143 |
9/13/20 | 14 | 0.513204 | 0.336487 | -5.241161 | 2.991776 | 2.582803 | 1.271176 | 0.533097 | 0.311148 | 14.428571 | -5.497067 | 0.468387 | 0.359321 | 18.857143 | -5.317208 | 0.459668 | 0.334755 | 23 | -5.069059 | 0.481132 | 0.427595 | 0.053537 | 0.072509 | 0.07623 | 96 | 278.571429 |
9/20/20 | 34.857143 | 0.406587 | 0.3599 | -5.293995 | 2.673495 | 3.562613 | 1.452816 | 0.389727 | 0.368151 | 34.428571 | -5.090334 | 0.462882 | 0.321277 | 31.285714 | -5.17928 | 0.479335 | 0.339518 | 28.285714 | -5.36609 | 0.446475 | 0.441991 | 0.004484 | 0.107354 | 0.143557 | 152.428571 | 238 |
9/27/20 | 35.142857 | 0.430805 | 0.342332 | -5.64931 | 2.834293 | 3.580787 | 1.537456 | 0.428801 | 0.34053 | 34.285714 | -5.581226 | 0.412433 | 0.343203 | 32.714286 | -5.554002 | 0.435169 | 0.329954 | 31.857143 | -5.421977 | 0.429967 | 0.454283 | -0.024316 | 0.085376 | 0.086262 | 168.285714 | 337.428571 |
10/4/20 | 30.714286 | 0.427721 | 0.362957 | -5.202868 | 2.757076 | 3.438748 | 1.463071 | 0.438533 | 0.370025 | 32.857143 | -5.246556 | 0.430105 | 0.372974 | 35.285714 | -5.357129 | 0.411451 | 0.374126 | 36.571429 | -5.456442 | 0.426684 | 0.435705 | -0.009021 | 0.091165 | 0.096652 | 171 | 344.428571 |
10/11/20 | 22.714286 | 0.378854 | 0.318651 | -5.562397 | 2.39978 | 2.718267 | 1.090446 | 0.378718 | 0.312187 | 21.714286 | -5.526533 | 0.38962 | 0.304137 | 20 | -5.444715 | 0.436739 | 0.364017 | 23.857143 | -5.49841 | 0.399342 | 0.418785 | -0.019443 | 0.122901 | 0.109971 | 117.142857 | 280.285714 |
10/18/20 | 28 | 0.468439 | 0.307415 | -5.173366 | 2.856188 | 3.190575 | 1.419022 | 0.382907 | 0.360039 | 34.5 | -5.461678 | 0.347135 | 0.383507 | 32.5 | -5.484297 | 0.259931 | 0.288474 | 26.75 | -5.457297 | 0.356559 | 0.399985 | -0.043426 | 0.149806 | 0.157437 | 139.5 | 244.5 |
10/25/20 | 28.142857 | 0.48923 | 0.331559 | -4.968074 | 2.559764 | 3.216867 | 1.465213 | 0.517365 | 0.307183 | 25.428571 | -4.89798 | 0.536356 | 0.284076 | 26 | -4.837687 | 0.538131 | 0.285443 | 25.714286 | -4.788036 | 0.518333 | 0.436349 | 0.081984 | 0.165043 | 0.205209 | 130.571429 | 253.428571 |
11/1/20 | 35.571429 | 0.443089 | 0.358185 | -5.399616 | 2.933128 | 3.585729 | 1.589454 | 0.441742 | 0.36433 | 35.428571 | -5.499189 | 0.440191 | 0.376415 | 36.428571 | -5.635728 | 0.437854 | 0.370611 | 34.142857 | -5.558282 | 0.439938 | 0.441379 | -0.001441 | 0.066909 | 0.108337 | 176.428571 | 321.571429 |
11/8/20 | 39.857143 | 0.45297 | 0.383291 | -5.346364 | 2.821125 | 3.70229 | 1.676566 | 0.460186 | 0.381207 | 38 | -5.233468 | 0.44907 | 0.385271 | 36.428571 | -5.179671 | 0.433849 | 0.381564 | 37.857143 | -5.191027 | 0.445752 | 0.463557 | -0.017806 | 0.060315 | 0.065153 | 190.142857 | 374.285714 |
11/15/20 | 35.714286 | 0.457369 | 0.378033 | -5.581528 | 2.855938 | 3.598114 | 1.644468 | 0.464688 | 0.368677 | 36.285714 | -5.47379 | 0.465906 | 0.369614 | 37.428571 | -5.327912 | 0.481103 | 0.376952 | 36.428571 | -5.384438 | 0.469352 | 0.452288 | 0.017064 | 0.04534 | 0.054614 | 182.714286 | 371.857143 |
11/22/20 | 41.571429 | 0.392351 | 0.348378 | -5.210135 | 2.564854 | 3.750007 | 1.472189 | 0.4058 | 0.345726 | 41.142857 | -5.291087 | 0.421979 | 0.347659 | 40 | -5.431183 | 0.420083 | 0.351378 | 39.428571 | -5.47206 | 0.414657 | 0.444382 | -0.029725 | 0.061053 | 0.063348 | 200.571429 | 384.571429 |
11/29/20 | 39.571429 | 0.410507 | 0.361714 | -5.407542 | 2.791817 | 3.697486 | 1.517801 | 0.393651 | 0.367674 | 40.142857 | -5.50346 | 0.397256 | 0.35965 | 41.428571 | -5.580578 | 0.387802 | 0.360649 | 41.714286 | -5.526249 | 0.391322 | 0.424911 | -0.033589 | 0.053728 | 0.05783 | 204.285714 | 410 |
12/6/20 | 40.428571 | 0.389688 | 0.365458 | -5.172272 | 2.67521 | 3.718954 | 1.451381 | 0.388331 | 0.3729 | 38.428571 | -5.234079 | 0.375512 | 0.371823 | 37.857143 | -5.160381 | 0.383973 | 0.382556 | 38.571429 | -5.075503 | 0.388903 | 0.39932 | -0.010417 | 0.063271 | 0.066846 | 193.857143 | 392.285714 |
12/13/20 | 43.428571 | 0.41072 | 0.394983 | -5.305988 | 2.709282 | 3.781891 | 1.552195 | 0.431027 | 0.369353 | 42.857143 | -5.069556 | 0.445266 | 0.362682 | 42.714286 | -5.054966 | 0.441926 | 0.344264 | 43.428571 | -5.184189 | 0.431604 | 0.403379 | 0.028224 | 0.046891 | 0.060293 | 216 | 417.571429 |
12/20/20 | 39.857143 | 0.428561 | 0.395856 | -5.239782 | 2.627347 | 3.705876 | 1.591336 | 0.40141 | 0.413823 | 40.857143 | -5.335879 | 0.375331 | 0.419428 | 40.142857 | -5.34686 | 0.368258 | 0.416173 | 39.428571 | -5.309143 | 0.391449 | 0.403751 | -0.012301 | 0.056402 | 0.062079 | 199.428571 | 410.428571 |
12/27/20 | 39.571429 | 0.457696 | 0.365854 | -5.496544 | 2.821228 | 3.698004 | 1.693836 | 0.48107 | 0.358136 | 40.142857 | -5.565888 | 0.483531 | 0.356692 | 40.714286 | -5.413226 | 0.468006 | 0.373111 | 40.857143 | -5.450248 | 0.472054 | 0.431225 | 0.040829 | 0.076769 | 0.083998 | 203.571429 | 406.857143 |
1/3/21 | 41.714286 | 0.453087 | 0.346055 | -5.334446 | 2.640627 | 3.751084 | 1.695563 | 0.431127 | 0.360524 | 42.142857 | -5.263462 | 0.454168 | 0.367109 | 41 | -5.468637 | 0.476202 | 0.364134 | 39.571429 | -5.242585 | 0.456182 | 0.439505 | 0.016677 | 0.084182 | 0.088781 | 202.285714 | 400.571429 |
1/10/21 | 35.571429 | 0.435205 | 0.359833 | -5.194289 | 2.564932 | 3.592815 | 1.563761 | 0.424318 | 0.360715 | 35.714286 | -5.26914 | 0.432979 | 0.363492 | 36.857143 | -5.208287 | 0.428595 | 0.359147 | 38.285714 | -5.362117 | 0.429 | 0.451849 | -0.022849 | 0.034876 | 0.056628 | 185.285714 | 390.857143 |
1/17/21 | 39.285714 | 0.502751 | 0.365907 | -5.171957 | 2.669611 | 3.683591 | 1.851664 | 0.511283 | 0.367896 | 40.142857 | -5.074213 | 0.491964 | 0.369332 | 39.571429 | -5.070925 | 0.493258 | 0.360651 | 40 | -5.143435 | 0.494708 | 0.457008 | 0.0377 | 0.059913 | 0.067078 | 199.571429 | 385.571429 |
1/24/21 | 41.571429 | 0.416907 | 0.368493 | -5.691407 | 2.778571 | 3.74146 | 1.563847 | 0.445946 | 0.350026 | 41.714286 | -5.617905 | 0.462522 | 0.331415 | 41.285714 | -5.561932 | 0.459556 | 0.342283 | 39.285714 | -5.458976 | 0.44838 | 0.459052 | -0.010672 | 0.062296 | 0.064272 | 202.857143 | 397.571429 |
1/31/21 | 40.142857 | 0.436478 | 0.355125 | -5.067291 | 2.671736 | 3.705599 | 1.613031 | 0.399045 | 0.368954 | 40.142857 | -5.194019 | 0.387551 | 0.38509 | 41 | -5.309361 | 0.39296 | 0.379904 | 40.142857 | -5.361594 | 0.407086 | 0.450347 | -0.043261 | 0.050585 | 0.072273 | 201 | 407.285714 |
2/7/21 | 35.714286 | 0.433473 | 0.380808 | -5.077543 | 2.751587 | 3.592611 | 1.552617 | 0.434632 | 0.381714 | 35.714286 | -5.062797 | 0.44377 | 0.377526 | 36 | -5.106331 | 0.445739 | 0.370529 | 39.428571 | -5.107121 | 0.437633 | 0.431265 | 0.006368 | 0.069689 | 0.064805 | 186.571429 | 388.714286 |
2/14/21 | 42 | 0.469887 | 0.340174 | -5.247313 | 2.676224 | 3.751465 | 1.763719 | 0.473664 | 0.341948 | 40.142857 | -5.146821 | 0.46004 | 0.344298 | 39.285714 | -5.162832 | 0.455747 | 0.363811 | 38.428571 | -5.222227 | 0.466564 | 0.437638 | 0.028926 | 0.058995 | 0.066036 | 198.285714 | 378.428571 |
2/21/21 | 42.142857 | 0.455893 | 0.405563 | -5.283848 | 2.780449 | 3.763169 | 1.715062 | 0.469307 | 0.399925 | 42.142857 | -5.351706 | 0.474585 | 0.377019 | 42.714286 | -5.271803 | 0.463594 | 0.363931 | 41.285714 | -5.2011 | 0.458685 | 0.454131 | 0.004554 | 0.072623 | 0.065569 | 209.714286 | 415.714286 |
2/28/21 | 40.142857 | 0.376753 | 0.387034 | -5.490816 | 2.777763 | 3.711615 | 1.40166 | 0.378921 | 0.388282 | 40.857143 | -5.499074 | 0.385488 | 0.406705 | 40.142857 | -5.413876 | 0.401509 | 0.407447 | 40.571429 | -5.414511 | 0.396828 | 0.442815 | -0.045987 | 0.061874 | 0.083064 | 202.142857 | 411 |
3/7/21 | 39 | 0.450232 | 0.341601 | -4.989435 | 2.665758 | 3.684618 | 1.661893 | 0.453908 | 0.332033 | 38.857143 | -5.026047 | 0.448007 | 0.340284 | 39.714286 | -5.185046 | 0.449746 | 0.356598 | 41 | -5.323574 | 0.447238 | 0.432905 | 0.014333 | 0.057009 | 0.065851 | 200.142857 | 402.285714 |
3/14/21 | 37.571429 | 0.40022 | 0.345605 | -5.165383 | 2.777033 | 3.628787 | 1.45748 | 0.40142 | 0.355718 | 40 | -5.014358 | 0.399535 | 0.352856 | 39.857143 | -4.953415 | 0.382702 | 0.352007 | 39.285714 | -4.935093 | 0.392586 | 0.414157 | -0.021571 | 0.053058 | 0.061734 | 193.571429 | 388.285714 |
3/21/21 | 37.714286 | 0.383327 | 0.38729 | -5.821 | 2.774707 | 3.6525 | 1.400106 | 0.387164 | 0.385841 | 35.714286 | -5.810306 | 0.387531 | 0.381456 | 35.857143 | -5.728759 | 0.405449 | 0.359093 | 36 | -5.499426 | 0.397978 | 0.413588 | -0.01561 | 0.04422 | 0.059486 | 183.857143 | 376 |
3/28/21 | 38.714286 | 0.426068 | 0.38459 | -5.705733 | 2.727761 | 3.671674 | 1.574468 | 0.418722 | 0.382227 | 38.714286 | -5.847817 | 0.432663 | 0.370636 | 39.142857 | -5.843849 | 0.42297 | 0.372202 | 38.142857 | -6.011226 | 0.418883 | 0.401521 | 0.017362 | 0.070041 | 0.064509 | 191.714286 | 374.428571 |
4/4/21 | 38.428571 | 0.443089 | 0.369552 | -5.552519 | 2.913485 | 3.662933 | 1.620857 | 0.417135 | 0.374188 | 39.285714 | -5.589871 | 0.387893 | 0.38997 | 38.857143 | -5.620579 | 0.412709 | 0.39782 | 39.142857 | -5.47162 | 0.418308 | 0.411106 | 0.007202 | 0.067422 | 0.076329 | 196 | 396.285714 |
4/11/21 | 37.285714 | 0.443952 | 0.389392 | -5.80168 | 2.956813 | 3.619806 | 1.610446 | 0.457211 | 0.376953 | 37.285714 | -5.699836 | 0.471043 | 0.377466 | 37.285714 | -5.671265 | 0.459234 | 0.375009 | 37.142857 | -5.649728 | 0.45596 | 0.429407 | 0.026554 | 0.069978 | 0.08334 | 186 | 371.428571 |
4/18/21 | 38.285714 | 0.439591 | 0.346944 | -5.865755 | 2.968622 | 3.669191 | 1.612822 | 0.440494 | 0.362272 | 37.142857 | -5.865282 | 0.44536 | 0.361444 | 37.285714 | -5.899695 | 0.433011 | 0.367644 | 38 | -5.985042 | 0.43793 | 0.43828 | -0.00035 | 0.038436 | 0.048212 | 187.857143 | 378.285714 |
4/25/21 | 39.428571 | 0.449456 | 0.348433 | -5.502136 | 2.688843 | 3.695372 | 1.65806 | 0.442633 | 0.334579 | 39.857143 | -5.499114 | 0.429657 | 0.337839 | 39.714286 | -5.490342 | 0.425397 | 0.341149 | 39.857143 | -5.496605 | 0.437137 | 0.442488 | -0.005351 | 0.042967 | 0.041866 | 198.714286 | 390.142857 |
5/2/21 | 41.571429 | 0.386487 | 0.364708 | -5.569034 | 2.982747 | 3.74905 | 1.450202 | 0.403722 | 0.3674 | 40.428571 | -5.69977 | 0.417753 | 0.363266 | 39.714286 | -5.656372 | 0.442366 | 0.363592 | 38.857143 | -5.574626 | 0.416743 | 0.433831 | -0.017088 | 0.060963 | 0.061498 | 199.714286 | 397.857143 |
5/9/21 | 39 | 0.440802 | 0.346287 | -5.722427 | 2.99115 | 3.677875 | 1.620863 | 0.430621 | 0.357056 | 38.714286 | -5.556236 | 0.433318 | 0.350242 | 40.857143 | -5.726892 | 0.400839 | 0.350678 | 41.714286 | -5.764194 | 0.419979 | 0.423016 | -0.003037 | 0.055004 | 0.066411 | 202.857143 | 407.428571 |
5/16/21 | 32.857143 | 0.404214 | 0.3668 | -5.963952 | 2.927175 | 3.518405 | 1.423575 | 0.407255 | 0.36307 | 34.571429 | -6.08085 | 0.392096 | 0.36793 | 34.285714 | -5.889844 | 0.411771 | 0.362706 | 35.285714 | -5.762641 | 0.407629 | 0.415737 | -0.008108 | 0.06119 | 0.068268 | 172 | 365.571429 |
5/23/21 | 38.714286 | 0.406907 | 0.37818 | -5.32014 | 2.79387 | 3.678556 | 1.495681 | 0.410438 | 0.373522 | 38.428571 | -5.319649 | 0.420487 | 0.376038 | 37.857143 | -5.294554 | 0.411691 | 0.369246 | 37 | -5.530374 | 0.414742 | 0.414285 | 0.000456 | 0.038994 | 0.048236 | 188.571429 | 359 |
5/30/21 | 36.714286 | 0.405179 | 0.376114 | -5.627011 | 2.83018 | 3.624221 | 1.468611 | 0.408161 | 0.380351 | 37 | -5.512375 | 0.414041 | 0.379488 | 37 | -5.610743 | 0.419741 | 0.391955 | 36.571429 | -5.463697 | 0.41404 | 0.414022 | 0.000018 | 0.040649 | 0.042837 | 184.142857 | 375.285714 |
6/6/21 | 37.857143 | 0.433564 | 0.396948 | -5.407572 | 2.7941 | 3.654649 | 1.579561 | 0.418039 | 0.385543 | 37.428571 | -5.534724 | 0.402147 | 0.391089 | 37.571429 | -5.571699 | 0.409339 | 0.384246 | 36.857143 | -5.651066 | 0.41302 | 0.414049 | -0.001029 | 0.058868 | 0.055977 | 186.285714 | 368.285714 |
6/13/21 | 37 | 0.432828 | 0.407453 | -5.393957 | 2.773595 | 3.63107 | 1.577377 | 0.418505 | 0.430026 | 36.142857 | -5.348191 | 0.430208 | 0.419032 | 36.285714 | -5.267926 | 0.429254 | 0.404286 | 36.428571 | -5.335946 | 0.424224 | 0.417181 | 0.007043 | 0.07747 | 0.070409 | 183.142857 | 372.571429 |
6/20/21 | 36.571429 | 0.498155 | 0.338192 | -5.807352 | 2.854644 | 3.611402 | 1.794617 | 0.515153 | 0.337812 | 38 | -5.842226 | 0.504349 | 0.337171 | 37.714286 | -5.779394 | 0.471753 | 0.358964 | 40 | -5.723245 | 0.49442 | 0.439759 | 0.054661 | 0.076605 | 0.08854 | 191.285714 | 376.714286 |
6/27/21 | 40.714286 | 0.458652 | 0.343073 | -5.452646 | 2.789884 | 3.70575 | 1.708088 | 0.456038 | 0.339356 | 38.857143 | -5.401695 | 0.445855 | 0.349969 | 38.857143 | -5.496389 | 0.474073 | 0.335635 | 38.571429 | -5.452197 | 0.460673 | 0.460635 | 0.000038 | 0.066973 | 0.072581 | 195.714286 | 386.857143 |
7/4/21 | 37.285714 | 0.42539 | 0.389747 | -5.726454 | 2.910666 | 3.634206 | 1.549074 | 0.429817 | 0.385256 | 39 | -5.626692 | 0.444826 | 0.377431 | 38.714286 | -5.561672 | 0.431154 | 0.374077 | 37.142857 | -5.487366 | 0.433519 | 0.46379 | -0.030271 | 0.069626 | 0.071255 | 190.285714 | 383.571429 |
7/11/21 | 36 | 0.430156 | 0.412792 | -5.06247 | 2.714657 | 3.605023 | 1.549509 | 0.438099 | 0.414742 | 35.571429 | -5.166933 | 0.452943 | 0.415174 | 35.142857 | -5.271238 | 0.470902 | 0.413537 | 36 | -5.43967 | 0.450161 | 0.449402 | 0.000759 | 0.046601 | 0.061146 | 179 | 367.857143 |
7/18/21 | 35.285714 | 0.411761 | 0.39492 | -5.639183 | 2.930282 | 3.586145 | 1.475007 | 0.427094 | 0.376087 | 35.428571 | -5.535001 | 0.409184 | 0.375844 | 36.857143 | -5.491905 | 0.398613 | 0.384106 | 37.142857 | -5.38435 | 0.412035 | 0.431834 | -0.0198 | 0.034474 | 0.047361 | 180.571429 | 359.428571 |
7/25/21 | 36.571429 | 0.442252 | 0.393226 | -5.400736 | 2.761234 | 3.61983 | 1.600996 | 0.419451 | 0.41123 | 36 | -5.49157 | 0.417113 | 0.416571 | 35.857143 | -5.439527 | 0.447067 | 0.398584 | 34.714286 | -5.584511 | 0.43524 | 0.431011 | 0.004229 | 0.084211 | 0.067764 | 178.857143 | 357.857143 |
8/1/21 | 35.714286 | 0.432102 | 0.365744 | -5.708093 | 2.819944 | 3.596534 | 1.550796 | 0.4458 | 0.360794 | 36.285714 | -5.665275 | 0.453939 | 0.36558 | 34.428571 | -5.607232 | 0.423974 | 0.399256 | 34.571429 | -5.415849 | 0.434667 | 0.428113 | 0.006555 | 0.084835 | 0.093417 | 175.142857 | 353.857143 |
8/8/21 | 31.857143 | 0.421603 | 0.360368 | -6.294888 | 2.921421 | 3.468182 | 1.463961 | 0.413768 | 0.369137 | 32.714286 | -6.192586 | 0.412617 | 0.365669 | 33.428571 | -6.083845 | 0.409159 | 0.349938 | 34.857143 | -6.11051 | 0.414035 | 0.428426 | -0.014391 | 0.02527 | 0.050924 | 169.428571 | 350.714286 |
8/15/21 | 33.428571 | 0.45664 | 0.370042 | -5.732003 | 2.873092 | 3.522272 | 1.609223 | 0.461869 | 0.351714 | 31.571429 | -6.004838 | 0.44626 | 0.344983 | 32.857143 | -6.225095 | 0.454041 | 0.342402 | 31.714286 | -6.241308 | 0.455271 | 0.433959 | 0.021312 | 0.047567 | 0.046193 | 160.714286 | 321 |
8/22/21 | 38.571429 | 0.481627 | 0.357514 | -5.717467 | 2.913937 | 3.673544 | 1.768147 | 0.462143 | 0.364983 | 39.714286 | -5.447149 | 0.47606 | 0.356011 | 38.142857 | -5.332039 | 0.471584 | 0.368081 | 37.428571 | -5.340527 | 0.47019 | 0.444094 | 0.026096 | 0.044639 | 0.051254 | 190.571429 | 357.285714 |
8/29/21 | 37.714286 | 0.440551 | 0.375081 | -5.52714 | 2.924843 | 3.645648 | 1.608179 | 0.451727 | 0.373016 | 36.857143 | -5.720082 | 0.459274 | 0.382819 | 37 | -5.791145 | 0.472285 | 0.372055 | 38.857143 | -5.894505 | 0.460514 | 0.462045 | -0.001531 | 0.045741 | 0.045738 | 188.142857 | 379.571429 |
9/5/21 | 35.714286 | 0.462584 | 0.369669 | -5.341305 | 2.922158 | 3.595474 | 1.660227 | 0.458193 | 0.361964 | 36.428571 | -5.312037 | 0.452672 | 0.359982 | 37.428571 | -5.391106 | 0.438925 | 0.367355 | 35.571429 | -5.327816 | 0.450442 | 0.459018 | -0.008576 | 0.062561 | 0.063964 | 180.142857 | 364.857143 |
9/12/21 | 35.714286 | 0.499992 | 0.34464 | -5.163545 | 2.734351 | 3.598249 | 1.80216 | 0.508216 | 0.36215 | 36 | -5.210183 | 0.498479 | 0.375728 | 34.857143 | -5.197334 | 0.488836 | 0.379725 | 35.285714 | -5.299883 | 0.494799 | 0.467656 | 0.027143 | 0.050312 | 0.061036 | 178.857143 | 362.428571 |
9/19/21 | 31 | 0.364723 | 0.404448 | -5.478362 | 2.655937 | 3.448458 | 1.263597 | 0.388504 | 0.383438 | 32.714286 | -5.340165 | 0.387378 | 0.378747 | 34 | -5.255017 | 0.408541 | 0.352494 | 33.857143 | -5.071462 | 0.39601 | 0.4525 | -0.056491 | 0.056261 | 0.070877 | 165.142857 | 340.142857 |
9/26/21 | 31.428571 | 0.454689 | 0.392374 | -5.794581 | 2.925249 | 3.468695 | 1.576526 | 0.422005 | 0.405514 | 30 | -5.832122 | 0.422652 | 0.396154 | 31 | -5.942051 | 0.405728 | 0.413182 | 32.428571 | -5.943314 | 0.418867 | 0.435459 | -0.016592 | 0.072959 | 0.077888 | 157.714286 | 320.428571 |
10/3/21 | 33 | 0.464783 | 0.34816 | -5.708773 | 3.050374 | 3.521103 | 1.634666 | 0.463566 | 0.360877 | 33.285714 | -5.744695 | 0.469707 | 0.366322 | 32.571429 | -5.639648 | 0.470863 | 0.35888 | 31.571429 | -5.732341 | 0.467223 | 0.426468 | 0.040755 | 0.044561 | 0.05737 | 162.428571 | 316.714286 |
10/10/21 | 34.285714 | 0.391718 | 0.359916 | -5.484994 | 2.899661 | 3.561292 | 1.395694 | 0.410795 | 0.360046 | 33.714286 | -5.451409 | 0.421642 | 0.356698 | 32.571429 | -5.54587 | 0.42763 | 0.374023 | 32.714286 | -5.438455 | 0.418114 | 0.437003 | -0.018889 | 0.039673 | 0.050337 | 165.142857 | 329.285714 |
10/17/21 | 36.714286 | 0.44844 | 0.370693 | -5.856816 | 2.926695 | 3.625155 | 1.623164 | 0.42438 | 0.36689 | 37 | -5.862514 | 0.412625 | 0.363217 | 37.285714 | -5.872894 | 0.411516 | 0.34753 | 37 | -5.881146 | 0.421701 | 0.434906 | -0.013205 | 0.052702 | 0.051555 | 184.857143 | 357.714286 |
10/24/21 | 32.857143 | 0.45291 | 0.363894 | -5.49833 | 2.842659 | 3.514211 | 1.589437 | 0.457251 | 0.364441 | 32.428571 | -5.576149 | 0.466684 | 0.355812 | 33.571429 | -5.548314 | 0.48461 | 0.363349 | 33.428571 | -5.603994 | 0.466495 | 0.43362 | 0.032875 | 0.05678 | 0.060782 | 166.428571 | 347.285714 |
10/31/21 | 31.285714 | 0.409954 | 0.352846 | -5.158937 | 2.555963 | 3.401314 | 1.387014 | 0.43809 | 0.351064 | 31.857143 | -5.148759 | 0.43992 | 0.357424 | 29.285714 | -5.134651 | 0.421781 | 0.364921 | 30 | -5.181814 | 0.427174 | 0.439442 | -0.012267 | 0.0437 | 0.058834 | 151.428571 | 308.571429 |
11/7/21 | 37.857143 | 0.433417 | 0.384561 | -5.238089 | 2.730454 | 3.652255 | 1.584369 | 0.40551 | 0.387312 | 36.285714 | -5.192621 | 0.402261 | 0.393715 | 38.714286 | -5.39276 | 0.414934 | 0.365369 | 38 | -5.373792 | 0.414447 | 0.435516 | -0.021069 | 0.045792 | 0.046003 | 188 | 352 |
11/14/21 | 36.571429 | 0.428244 | 0.389688 | -5.497328 | 2.613804 | 3.620846 | 1.548827 | 0.442975 | 0.379905 | 37 | -5.516742 | 0.434569 | 0.391362 | 35.857143 | -5.349547 | 0.435464 | 0.406436 | 36.428571 | -5.371838 | 0.432058 | 0.423705 | 0.008352 | 0.0624 | 0.056953 | 184.142857 | 372.142857 |
11/21/21 | 33 | 0.410908 | 0.376341 | -5.485916 | 2.651279 | 3.515887 | 1.448938 | 0.386342 | 0.379195 | 33.428571 | -5.46293 | 0.398244 | 0.37437 | 33.714286 | -5.572461 | 0.399384 | 0.378692 | 35.142857 | -5.386292 | 0.403125 | 0.417385 | -0.01426 | 0.049121 | 0.062619 | 170.714286 | 353 |
11/28/21 | 35.142857 | 0.448285 | 0.379823 | -5.143628 | 2.680552 | 3.581288 | 1.606314 | 0.471074 | 0.378782 | 35.142857 | -5.22339 | 0.467516 | 0.373206 | 35.714286 | -5.256741 | 0.444994 | 0.376484 | 34.571429 | -5.562396 | 0.457671 | 0.430499 | 0.027172 | 0.076118 | 0.074749 | 174.285714 | 342.428571 |
12/5/21 | 36.714286 | 0.441821 | 0.369031 | -5.369774 | 2.745624 | 3.617345 | 1.600283 | 0.437376 | 0.360182 | 36.714286 | -5.398742 | 0.436026 | 0.353669 | 36 | -5.207715 | 0.445607 | 0.355373 | 37 | -5.057322 | 0.438851 | 0.43504 | 0.003811 | 0.06607 | 0.070887 | 183 | 358.857143 |
12/12/21 | 35.857143 | 0.428111 | 0.396851 | -5.34726 | 2.88542 | 3.600547 | 1.542549 | 0.432343 | 0.411044 | 35.428571 | -5.350892 | 0.449272 | 0.414103 | 35.857143 | -5.292848 | 0.433365 | 0.414902 | 35 | -5.228811 | 0.434522 | 0.443482 | -0.00896 | 0.048312 | 0.058069 | 177.428571 | 361 |
12/19/21 | 32.428571 | 0.451812 | 0.364324 | -5.553426 | 2.720795 | 3.501391 | 1.583574 | 0.448203 | 0.366228 | 33 | -5.403138 | 0.43524 | 0.371837 | 33.714286 | -5.368552 | 0.463877 | 0.367846 | 34.142857 | -5.452242 | 0.45098 | 0.440866 | 0.010114 | 0.071381 | 0.073588 | 167.142857 | 342.428571 |
12/26/21 | 33.714286 | 0.455677 | 0.391639 | -5.727452 | 2.66752 | 3.524226 | 1.611621 | 0.439836 | 0.37964 | 33.428571 | -5.711291 | 0.419448 | 0.368941 | 33.571429 | -5.770456 | 0.427667 | 0.357744 | 31.571429 | -5.800218 | 0.435272 | 0.440037 | -0.004765 | 0.08688 | 0.078338 | 164.142857 | 329.285714 |
1/2/22 | 37.714286 | 0.396498 | 0.400694 | -5.300034 | 2.755215 | 3.649647 | 1.445423 | 0.424892 | 0.408 | 37.428571 | -5.494321 | 0.438279 | 0.41836 | 37.142857 | -5.529826 | 0.417113 | 0.427711 | 37.714286 | -5.513839 | 0.422796 | 0.4385 | -0.015704 | 0.070157 | 0.087097 | 187.428571 | 357.428571 |
1/9/22 | 37.428571 | 0.465221 | 0.329922 | -5.568353 | 2.593059 | 3.626086 | 1.673551 | 0.431256 | 0.335549 | 39.857143 | -5.499039 | 0.435569 | 0.335548 | 38.714286 | -5.445145 | 0.436488 | 0.341483 | 37.428571 | -5.469613 | 0.43367 | 0.428394 | 0.005276 | 0.056481 | 0.064437 | 191.285714 | 379.428571 |
1/16/22 | 36.571429 | 0.468829 | 0.371669 | -5.328584 | 2.752129 | 3.613218 | 1.698761 | 0.498039 | 0.367763 | 35.428571 | -5.245078 | 0.485353 | 0.364347 | 35.714286 | -5.305221 | 0.476225 | 0.35469 | 37.857143 | -5.346824 | 0.482824 | 0.445046 | 0.037779 | 0.075125 | 0.076932 | 183.714286 | 376.428571 |
1/23/22 | 38.142857 | 0.439059 | 0.365255 | -5.937564 | 2.83267 | 3.652312 | 1.600312 | 0.435146 | 0.362964 | 38.285714 | -5.950963 | 0.444285 | 0.365927 | 38.142857 | -5.930771 | 0.453689 | 0.372332 | 36.285714 | -5.766763 | 0.44668 | 0.454403 | -0.007723 | 0.041523 | 0.059073 | 186.714286 | 367 |
1/30/22 | 34.714286 | 0.444532 | 0.353223 | -5.56866 | 2.731018 | 3.570872 | 1.588355 | 0.442601 | 0.35478 | 33.857143 | -5.618526 | 0.44075 | 0.351926 | 34 | -5.688515 | 0.438295 | 0.360775 | 36.428571 | -5.814512 | 0.443172 | 0.457861 | -0.01469 | 0.038163 | 0.038765 | 175.714286 | 364.285714 |
2/6/22 | 34.285714 | 0.453263 | 0.36518 | -5.206114 | 2.60154 | 3.551309 | 1.612328 | 0.443167 | 0.363833 | 34.714286 | -5.268563 | 0.454309 | 0.360978 | 33.428571 | -5.211958 | 0.450421 | 0.348657 | 33.428571 | -5.184407 | 0.446611 | 0.443603 | 0.003008 | 0.070547 | 0.065909 | 169.142857 | 337.571429 |
2/13/22 | 37.285714 | 0.432641 | 0.357484 | -5.429067 | 2.667435 | 3.64092 | 1.57864 | 0.456631 | 0.366417 | 37.142857 | -5.265864 | 0.44433 | 0.36444 | 38.428571 | -5.146959 | 0.458488 | 0.36686 | 37.714286 | -5.215063 | 0.451355 | 0.446304 | 0.005051 | 0.065871 | 0.068868 | 187 | 361.571429 |
2/20/22 | 38.857143 | 0.414196 | 0.355862 | -5.297315 | 2.745128 | 3.66604 | 1.516737 | 0.399218 | 0.359438 | 40.285714 | -5.420145 | 0.408866 | 0.361657 | 40 | -5.511199 | 0.404408 | 0.35968 | 39 | -5.462227 | 0.40699 | 0.436426 | -0.029436 | 0.03125 | 0.052814 | 197.571429 | 387.142857 |
2/27/22 | 41.428571 | 0.440329 | 0.358124 | -5.610681 | 2.839152 | 3.738485 | 1.641914 | 0.441093 | 0.34404 | 40.428571 | -5.56153 | 0.437717 | 0.341229 | 39.857143 | -5.50305 | 0.409985 | 0.3595 | 40.142857 | -5.44243 | 0.428067 | 0.429553 | -0.001486 | 0.060426 | 0.049769 | 201.285714 | 398.714286 |
3/6/22 | 35.285714 | 0.437703 | 0.376024 | -5.804014 | 2.91128 | 3.5784 | 1.571664 | 0.43419 | 0.370946 | 34.142857 | -5.629628 | 0.431941 | 0.376954 | 35.285714 | -5.763795 | 0.453298 | 0.362828 | 35.142857 | -5.693234 | 0.443368 | 0.426575 | 0.016793 | 0.052506 | 0.067214 | 176.714286 | 374.285714 |
3/13/22 | 38.285714 | 0.419332 | 0.398364 | -5.865479 | 2.860082 | 3.659391 | 1.533883 | 0.432127 | 0.390702 | 39.285714 | -5.933537 | 0.43625 | 0.39395 | 38.857143 | -5.789777 | 0.440854 | 0.389108 | 37.142857 | -5.899495 | 0.432131 | 0.434715 | -0.002584 | 0.040866 | 0.043136 | 189.857143 | 368.857143 |
3/20/22 | 34.714286 | 0.409595 | 0.372059 | -5.678173 | 2.937924 | 3.571524 | 1.463728 | 0.394006 | 0.381894 | 33.428571 | -5.735097 | 0.397113 | 0.372605 | 33.571429 | -5.820686 | 0.404566 | 0.374595 | 35.714286 | -5.691555 | 0.400385 | 0.425504 | -0.02512 | 0.057151 | 0.054758 | 174.285714 | 364.714286 |
3/27/22 | 34 | 0.41032 | 0.363531 | -5.643751 | 2.898607 | 3.551907 | 1.456559 | 0.412125 | 0.372822 | 35.142857 | -5.541162 | 0.396042 | 0.385982 | 35.571429 | -5.531366 | 0.39621 | 0.389444 | 36.428571 | -5.696128 | 0.402309 | 0.41167 | -0.009361 | 0.059069 | 0.064935 | 177 | 349.714286 |
4/3/22 | 32 | 0.410404 | 0.348026 | -5.231996 | 2.676657 | 3.483149 | 1.430334 | 0.394675 | 0.340923 | 31.714286 | -5.33822 | 0.426915 | 0.338995 | 30.571429 | -5.286077 | 0.411122 | 0.336634 | 30 | -5.273696 | 0.412707 | 0.404339 | 0.008368 | 0.089187 | 0.079145 | 155.142857 | 324 |
4/10/22 | 40.714286 | 0.429469 | 0.389717 | -5.57753 | 2.769418 | 3.722948 | 1.600109 | 0.464301 | 0.387382 | 40.571429 | -5.723845 | 0.439773 | 0.38477 | 39.857143 | -5.799797 | 0.452493 | 0.372937 | 38.428571 | -5.730966 | 0.448008 | 0.421199 | 0.026809 | 0.077584 | 0.093857 | 197.428571 | 363.285714 |
4/17/22 | 33.571429 | 0.464421 | 0.347416 | -5.662426 | 2.791544 | 3.524341 | 1.640315 | 0.436437 | 0.355208 | 34.571429 | -5.522834 | 0.439169 | 0.351025 | 37.285714 | -5.501772 | 0.436327 | 0.35319 | 39.428571 | -5.452869 | 0.441528 | 0.433072 | 0.008455 | 0.049437 | 0.060849 | 184.571429 | 385.571429 |
4/24/22 | 35.285714 | 0.453543 | 0.38568 | -5.437413 | 2.914123 | 3.580972 | 1.628056 | 0.458775 | 0.386992 | 34 | -5.567529 | 0.456737 | 0.391854 | 32.857143 | -5.655959 | 0.445466 | 0.3983 | 32.571429 | -5.823923 | 0.451862 | 0.448187 | 0.003674 | 0.05301 | 0.054287 | 165.428571 | 337.142857 |
5/1/22 | 32.857143 | 0.499514 | 0.342133 | -5.444663 | 2.940361 | 3.509465 | 1.756096 | 0.493872 | 0.341073 | 33.285714 | -5.443119 | 0.500616 | 0.328325 | 33.428571 | -5.488739 | 0.486612 | 0.338614 | 32.714286 | -5.407556 | 0.491378 | 0.459456 | 0.031922 | 0.039499 | 0.049582 | 166.285714 | 334.714286 |
5/8/22 | 35.285714 | 0.415385 | 0.329333 | -5.600905 | 2.804756 | 3.584211 | 1.493767 | 0.441194 | 0.336254 | 35.857143 | -5.483762 | 0.434809 | 0.349392 | 35 | -5.483596 | 0.449902 | 0.344043 | 34.285714 | -5.518381 | 0.444727 | 0.465212 | -0.020485 | 0.071739 | 0.071572 | 174.857143 | 344.285714 |
5/15/22 | 34.714286 | 0.501773 | 0.35487 | -5.888972 | 2.956153 | 3.565208 | 1.782534 | 0.466024 | 0.346369 | 34.857143 | -5.83912 | 0.461315 | 0.343053 | 36.571429 | -5.786087 | 0.453414 | 0.34719 | 37.571429 | -5.711246 | 0.457618 | 0.462522 | -0.004904 | 0.078388 | 0.082032 | 181.285714 | 358.142857 |
5/22/22 | 39.857143 | 0.451148 | 0.365711 | -6.25169 | 2.887559 | 3.695867 | 1.668758 | 0.474463 | 0.365677 | 38.571429 | -6.271317 | 0.467748 | 0.368283 | 35.142857 | -6.109568 | 0.481375 | 0.357278 | 34.571429 | -5.978321 | 0.47584 | 0.460939 | 0.014901 | 0.052228 | 0.076287 | 183.571429 | 361.285714 |
End of preview.
No dataset card yet
- Downloads last month
- 4