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 4 new columns ({'sigma', 'rho', 'gamma', 'part'}) and 4 missing columns ({'min_frob_sq', 'max_abs_trail_win', 'lam_pop', 'shat_top12'}).

This happened while the csv dataset builder was generating data using

hf://datasets/visv-Bro/rdpg-misspec-results/exp_b_dimsweep_weaksignal.csv (at revision ea1347adf053f1c8da06bdb9ec1b50eb661a237b), ['hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_a_weighted.csv', 'hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_a_weighted_fill.csv', 'hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_b_dimsweep_weaksignal.csv', 'hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_b_weaksignal_fill.csv', 'hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_c_binary.csv', 'hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_d_deloc_sigma.csv', 'hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_e2_underspec_clean.csv', 'hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_e_underspec.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
              exp: string
              part: string
              dist: string
              n: int64
              gamma: double
              rho: double
              sigma: double
              trial: int64
              dim: int64
              err2inf: double
              errF: double
              trail2inf: double
              max_abs_trail_full: double
              eigh_s: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1833
              to
              {'exp': Value('string'), 'dist': Value('string'), 'n': Value('int64'), 'trial': Value('int64'), 'dim': Value('int64'), 'err2inf': Value('float64'), 'errF': Value('float64'), 'trail2inf': Value('float64'), 'min_frob_sq': Value('float64'), 'max_abs_trail_full': Value('float64'), 'max_abs_trail_win': Value('float64'), 'shat_top12': Value('string'), 'lam_pop': Value('string'), 'eigh_s': 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 4 new columns ({'sigma', 'rho', 'gamma', 'part'}) and 4 missing columns ({'min_frob_sq', 'max_abs_trail_win', 'lam_pop', 'shat_top12'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/visv-Bro/rdpg-misspec-results/exp_b_dimsweep_weaksignal.csv (at revision ea1347adf053f1c8da06bdb9ec1b50eb661a237b), ['hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_a_weighted.csv', 'hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_a_weighted_fill.csv', 'hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_b_dimsweep_weaksignal.csv', 'hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_b_weaksignal_fill.csv', 'hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_c_binary.csv', 'hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_d_deloc_sigma.csv', 'hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_e2_underspec_clean.csv', 'hf://datasets/visv-Bro/rdpg-misspec-results@ea1347adf053f1c8da06bdb9ec1b50eb661a237b/exp_e_underspec.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.

exp
string
dist
string
n
int64
trial
int64
dim
int64
err2inf
float64
errF
float64
trail2inf
float64
min_frob_sq
float64
max_abs_trail_full
float64
max_abs_trail_win
float64
shat_top12
string
lam_pop
string
eigh_s
float64
a
normal
300
0
4
1.412388
11.137322
0
124.039936
0.244133
0.238053
[66.388278, 34.187748, 33.860008, 33.13463, 32.989001, 32.953459, 32.158553, 31.960574, 31.958055, 31.43603, 31.356459, 31.258845]
[60.174992, 11.090878, 10.382783, 9.659443, 8.75407]
0.256
a
normal
300
0
5
1.336332
12.504449
0
156.361239
0.244133
0.238053
[66.388278, 34.187748, 33.860008, 33.13463, 32.989001, 32.953459, 32.158553, 31.960574, 31.958055, 31.43603, 31.356459, 31.258845]
[60.174992, 11.090878, 10.382783, 9.659443, 8.75407]
0.256
a
normal
300
0
6
1.426603
13.602868
1.075855
185.038018
0.244133
0.238053
[66.388278, 34.187748, 33.860008, 33.13463, 32.989001, 32.953459, 32.158553, 31.960574, 31.958055, 31.43603, 31.356459, 31.258845]
[60.174992, 11.090878, 10.382783, 9.659443, 8.75407]
0.256
a
normal
300
0
10
1.620293
17.361123
1.635856
301.408597
0.244133
0.238053
[66.388278, 34.187748, 33.860008, 33.13463, 32.989001, 32.953459, 32.158553, 31.960574, 31.958055, 31.43603, 31.356459, 31.258845]
[60.174992, 11.090878, 10.382783, 9.659443, 8.75407]
0.256
a
normal
300
0
20
1.994228
24.366025
1.82402
593.703154
0.244133
0.238053
[66.388278, 34.187748, 33.860008, 33.13463, 32.989001, 32.953459, 32.158553, 31.960574, 31.958055, 31.43603, 31.356459, 31.258845]
[60.174992, 11.090878, 10.382783, 9.659443, 8.75407]
0.256
a
normal
300
0
40
2.66889
33.730187
2.541204
1,137.725491
0.244133
0.238053
[66.388278, 34.187748, 33.860008, 33.13463, 32.989001, 32.953459, 32.158553, 31.960574, 31.958055, 31.43603, 31.356459, 31.258845]
[60.174992, 11.090878, 10.382783, 9.659443, 8.75407]
0.256
a
normal
300
1
4
1.413666
11.673088
0
136.260993
0.247278
0.224104
[64.026741, 34.901022, 34.304263, 34.246818, 33.729517, 33.505789, 32.789205, 32.630235, 32.386542, 32.140469, 31.963948, 31.317155]
[60.140908, 11.59529, 10.086305, 9.086835, 7.863261]
0.005
a
normal
300
1
5
1.383835
12.726589
0
161.966077
0.247278
0.224104
[64.026741, 34.901022, 34.304263, 34.246818, 33.729517, 33.505789, 32.789205, 32.630235, 32.386542, 32.140469, 31.963948, 31.317155]
[60.140908, 11.59529, 10.086305, 9.086835, 7.863261]
0.005
a
normal
300
1
6
1.517108
13.898766
0.85831
193.175709
0.247278
0.224104
[64.026741, 34.901022, 34.304263, 34.246818, 33.729517, 33.505789, 32.789205, 32.630235, 32.386542, 32.140469, 31.963948, 31.317155]
[60.140908, 11.59529, 10.086305, 9.086835, 7.863261]
0.005
a
normal
300
1
10
1.703705
17.821339
1.644536
317.600108
0.247278
0.224104
[64.026741, 34.901022, 34.304263, 34.246818, 33.729517, 33.505789, 32.789205, 32.630235, 32.386542, 32.140469, 31.963948, 31.317155]
[60.140908, 11.59529, 10.086305, 9.086835, 7.863261]
0.005
a
normal
300
1
20
1.902766
24.698287
1.802737
610.005381
0.247278
0.224104
[64.026741, 34.901022, 34.304263, 34.246818, 33.729517, 33.505789, 32.789205, 32.630235, 32.386542, 32.140469, 31.963948, 31.317155]
[60.140908, 11.59529, 10.086305, 9.086835, 7.863261]
0.005
a
normal
300
1
40
2.571441
33.951219
2.390073
1,152.685273
0.247278
0.224104
[64.026741, 34.901022, 34.304263, 34.246818, 33.729517, 33.505789, 32.789205, 32.630235, 32.386542, 32.140469, 31.963948, 31.317155]
[60.140908, 11.59529, 10.086305, 9.086835, 7.863261]
0.005
a
normal
300
2
4
1.328778
11.296808
0
127.617875
0.237252
0.214154
[66.301244, 34.207627, 33.799894, 33.237571, 33.088085, 32.569662, 32.415081, 32.10219, 31.786425, 31.627221, 31.57783, 31.138961]
[60.180269, 11.657392, 10.805656, 9.94876, 9.674084]
0.005
a
normal
300
2
5
1.59302
12.579215
0
158.236644
0.237252
0.214154
[66.301244, 34.207627, 33.799894, 33.237571, 33.088085, 32.569662, 32.415081, 32.10219, 31.786425, 31.627221, 31.57783, 31.138961]
[60.180269, 11.657392, 10.805656, 9.94876, 9.674084]
0.005
a
normal
300
2
6
1.447973
13.595677
0.996689
184.842436
0.237252
0.214154
[66.301244, 34.207627, 33.799894, 33.237571, 33.088085, 32.569662, 32.415081, 32.10219, 31.786425, 31.627221, 31.57783, 31.138961]
[60.180269, 11.657392, 10.805656, 9.94876, 9.674084]
0.005
a
normal
300
2
10
1.677965
17.358547
1.477378
301.319164
0.237252
0.214154
[66.301244, 34.207627, 33.799894, 33.237571, 33.088085, 32.569662, 32.415081, 32.10219, 31.786425, 31.627221, 31.57783, 31.138961]
[60.180269, 11.657392, 10.805656, 9.94876, 9.674084]
0.005
a
normal
300
2
20
2.090521
24.40444
1.866351
595.576711
0.237252
0.214154
[66.301244, 34.207627, 33.799894, 33.237571, 33.088085, 32.569662, 32.415081, 32.10219, 31.786425, 31.627221, 31.57783, 31.138961]
[60.180269, 11.657392, 10.805656, 9.94876, 9.674084]
0.005
a
normal
300
2
40
2.488967
33.800477
2.480379
1,142.472237
0.237252
0.214154
[66.301244, 34.207627, 33.799894, 33.237571, 33.088085, 32.569662, 32.415081, 32.10219, 31.786425, 31.627221, 31.57783, 31.138961]
[60.180269, 11.657392, 10.805656, 9.94876, 9.674084]
0.005
a
normal
300
3
4
1.298269
11.365251
0
129.168921
0.258283
0.258283
[64.466383, 34.948505, 33.905755, 33.611246, 32.775307, 32.524628, 32.158024, 32.140652, 31.977743, 31.814307, 31.619298, 31.375618]
[60.212044, 10.949164, 10.184661, 9.376855, 8.85567]
0.005
a
normal
300
3
5
1.346493
12.643061
0
159.846992
0.258283
0.258283
[64.466383, 34.948505, 33.905755, 33.611246, 32.775307, 32.524628, 32.158024, 32.140652, 31.977743, 31.814307, 31.619298, 31.375618]
[60.212044, 10.949164, 10.184661, 9.376855, 8.85567]
0.005
a
normal
300
3
6
1.567537
13.859117
1.091563
192.075131
0.258283
0.258283
[64.466383, 34.948505, 33.905755, 33.611246, 32.775307, 32.524628, 32.158024, 32.140652, 31.977743, 31.814307, 31.619298, 31.375618]
[60.212044, 10.949164, 10.184661, 9.376855, 8.85567]
0.005
a
normal
300
3
10
1.787192
17.618272
1.285448
310.403521
0.258283
0.258283
[64.466383, 34.948505, 33.905755, 33.611246, 32.775307, 32.524628, 32.158024, 32.140652, 31.977743, 31.814307, 31.619298, 31.375618]
[60.212044, 10.949164, 10.184661, 9.376855, 8.85567]
0.005
a
normal
300
3
20
2.108626
24.627405
1.953389
606.509053
0.258283
0.258283
[64.466383, 34.948505, 33.905755, 33.611246, 32.775307, 32.524628, 32.158024, 32.140652, 31.977743, 31.814307, 31.619298, 31.375618]
[60.212044, 10.949164, 10.184661, 9.376855, 8.85567]
0.005
a
normal
300
3
40
2.521985
33.831428
2.473898
1,144.565499
0.258283
0.258283
[64.466383, 34.948505, 33.905755, 33.611246, 32.775307, 32.524628, 32.158024, 32.140652, 31.977743, 31.814307, 31.619298, 31.375618]
[60.212044, 10.949164, 10.184661, 9.376855, 8.85567]
0.005
a
normal
300
4
4
1.459191
11.608815
0
134.764589
0.246049
0.219586
[66.360443, 34.546254, 34.369405, 34.091521, 33.256271, 33.194735, 32.503447, 32.39662, 32.234867, 31.873582, 31.803327, 31.471641]
[60.043134, 12.188825, 10.76837, 9.582438, 8.719063]
0.005
a
normal
300
4
5
1.509958
12.846147
0
165.023493
0.246049
0.219586
[66.360443, 34.546254, 34.369405, 34.091521, 33.256271, 33.194735, 32.503447, 32.39662, 32.234867, 31.873582, 31.803327, 31.471641]
[60.043134, 12.188825, 10.76837, 9.582438, 8.719063]
0.005
a
normal
300
4
6
1.652353
14.057173
1.119067
197.6041
0.246049
0.219586
[66.360443, 34.546254, 34.369405, 34.091521, 33.256271, 33.194735, 32.503447, 32.39662, 32.234867, 31.873582, 31.803327, 31.471641]
[60.043134, 12.188825, 10.76837, 9.582438, 8.719063]
0.005
a
normal
300
4
10
1.637402
17.48671
1.401133
305.785026
0.246049
0.219586
[66.360443, 34.546254, 34.369405, 34.091521, 33.256271, 33.194735, 32.503447, 32.39662, 32.234867, 31.873582, 31.803327, 31.471641]
[60.043134, 12.188825, 10.76837, 9.582438, 8.719063]
0.005
a
normal
300
4
20
1.90203
24.559146
1.794225
603.151655
0.246049
0.219586
[66.360443, 34.546254, 34.369405, 34.091521, 33.256271, 33.194735, 32.503447, 32.39662, 32.234867, 31.873582, 31.803327, 31.471641]
[60.043134, 12.188825, 10.76837, 9.582438, 8.719063]
0.005
a
normal
300
4
40
2.582971
33.91557
2.452821
1,150.265909
0.246049
0.219586
[66.360443, 34.546254, 34.369405, 34.091521, 33.256271, 33.194735, 32.503447, 32.39662, 32.234867, 31.873582, 31.803327, 31.471641]
[60.043134, 12.188825, 10.76837, 9.582438, 8.719063]
0.005
a
normal
300
5
4
1.499135
11.383814
0
129.591222
0.233518
0.212369
[64.007961, 34.36184, 34.097743, 33.560778, 33.127988, 32.766655, 32.627765, 32.238501, 31.606193, 31.422765, 31.259365, 31.031146]
[60.127812, 11.999304, 10.331434, 9.264108, 8.505706]
0.005
a
normal
300
5
5
1.652487
12.648909
0
159.994908
0.233518
0.212369
[64.007961, 34.36184, 34.097743, 33.560778, 33.127988, 32.766655, 32.627765, 32.238501, 31.606193, 31.422765, 31.259365, 31.031146]
[60.127812, 11.999304, 10.331434, 9.264108, 8.505706]
0.005
a
normal
300
5
6
1.645152
13.867782
0.994848
192.315372
0.233518
0.212369
[64.007961, 34.36184, 34.097743, 33.560778, 33.127988, 32.766655, 32.627765, 32.238501, 31.606193, 31.422765, 31.259365, 31.031146]
[60.127812, 11.999304, 10.331434, 9.264108, 8.505706]
0.005
a
normal
300
5
10
1.575417
17.466836
1.381025
305.090344
0.233518
0.212369
[64.007961, 34.36184, 34.097743, 33.560778, 33.127988, 32.766655, 32.627765, 32.238501, 31.606193, 31.422765, 31.259365, 31.031146]
[60.127812, 11.999304, 10.331434, 9.264108, 8.505706]
0.005
a
normal
300
5
20
2.053997
24.420834
1.877715
596.377151
0.233518
0.212369
[64.007961, 34.36184, 34.097743, 33.560778, 33.127988, 32.766655, 32.627765, 32.238501, 31.606193, 31.422765, 31.259365, 31.031146]
[60.127812, 11.999304, 10.331434, 9.264108, 8.505706]
0.005
a
normal
300
5
40
2.77308
33.755005
2.647648
1,139.400347
0.233518
0.212369
[64.007961, 34.36184, 34.097743, 33.560778, 33.127988, 32.766655, 32.627765, 32.238501, 31.606193, 31.422765, 31.259365, 31.031146]
[60.127812, 11.999304, 10.331434, 9.264108, 8.505706]
0.005
a
normal
300
6
4
1.382035
11.472307
0
131.61383
0.269028
0.218531
[66.422388, 33.74214, 33.620944, 33.3178, 33.197402, 32.677938, 32.329407, 32.230554, 32.202527, 31.622978, 31.523682, 31.48846]
[60.043114, 11.430076, 11.222401, 9.431279, 8.75885]
0.005
a
normal
300
6
5
1.667831
12.725634
0
161.941758
0.269028
0.218531
[66.422388, 33.74214, 33.620944, 33.3178, 33.197402, 32.677938, 32.329407, 32.230554, 32.202527, 31.622978, 31.523682, 31.48846]
[60.043114, 11.430076, 11.222401, 9.431279, 8.75885]
0.005
a
normal
300
6
6
1.66316
13.768959
0.960826
189.584218
0.269028
0.218531
[66.422388, 33.74214, 33.620944, 33.3178, 33.197402, 32.677938, 32.329407, 32.230554, 32.202527, 31.622978, 31.523682, 31.48846]
[60.043114, 11.430076, 11.222401, 9.431279, 8.75885]
0.005
a
normal
300
6
10
1.687442
17.594405
1.269909
309.563071
0.269028
0.218531
[66.422388, 33.74214, 33.620944, 33.3178, 33.197402, 32.677938, 32.329407, 32.230554, 32.202527, 31.622978, 31.523682, 31.48846]
[60.043114, 11.430076, 11.222401, 9.431279, 8.75885]
0.005
a
normal
300
6
20
2.018096
24.501034
1.856069
600.300683
0.269028
0.218531
[66.422388, 33.74214, 33.620944, 33.3178, 33.197402, 32.677938, 32.329407, 32.230554, 32.202527, 31.622978, 31.523682, 31.48846]
[60.043114, 11.430076, 11.222401, 9.431279, 8.75885]
0.005
a
normal
300
6
40
2.554423
33.842625
2.402342
1,145.323282
0.269028
0.218531
[66.422388, 33.74214, 33.620944, 33.3178, 33.197402, 32.677938, 32.329407, 32.230554, 32.202527, 31.622978, 31.523682, 31.48846]
[60.043114, 11.430076, 11.222401, 9.431279, 8.75885]
0.005
a
normal
300
7
4
1.42686
11.640257
0
135.495589
0.259215
0.223566
[64.573065, 34.713192, 34.191997, 33.92765, 33.570457, 33.515283, 32.768919, 32.591234, 32.500868, 32.276098, 32.21496, 31.817334]
[60.034458, 11.818041, 9.859433, 9.345307, 9.067876]
0.005
a
normal
300
7
5
1.524105
12.919146
0
166.904341
0.259215
0.223566
[64.573065, 34.713192, 34.191997, 33.92765, 33.570457, 33.515283, 32.768919, 32.591234, 32.500868, 32.276098, 32.21496, 31.817334]
[60.034458, 11.818041, 9.859433, 9.345307, 9.067876]
0.005
a
normal
300
7
6
1.440691
14.009721
0.87716
196.272283
0.259215
0.223566
[64.573065, 34.713192, 34.191997, 33.92765, 33.570457, 33.515283, 32.768919, 32.591234, 32.500868, 32.276098, 32.21496, 31.817334]
[60.034458, 11.818041, 9.859433, 9.345307, 9.067876]
0.005
a
normal
300
7
10
1.693165
17.776587
1.426743
316.007036
0.259215
0.223566
[64.573065, 34.713192, 34.191997, 33.92765, 33.570457, 33.515283, 32.768919, 32.591234, 32.500868, 32.276098, 32.21496, 31.817334]
[60.034458, 11.818041, 9.859433, 9.345307, 9.067876]
0.005
a
normal
300
7
20
2.029882
24.66719
1.781241
608.470287
0.259215
0.223566
[64.573065, 34.713192, 34.191997, 33.92765, 33.570457, 33.515283, 32.768919, 32.591234, 32.500868, 32.276098, 32.21496, 31.817334]
[60.034458, 11.818041, 9.859433, 9.345307, 9.067876]
0.005
a
normal
300
7
40
2.514958
34.01418
2.488657
1,156.964468
0.259215
0.223566
[64.573065, 34.713192, 34.191997, 33.92765, 33.570457, 33.515283, 32.768919, 32.591234, 32.500868, 32.276098, 32.21496, 31.817334]
[60.034458, 11.818041, 9.859433, 9.345307, 9.067876]
0.005
a
normal
300
8
4
1.42276
11.590072
0
134.329779
0.255454
0.250455
[67.705763, 34.454206, 33.911287, 33.671793, 32.915914, 32.545895, 32.413289, 32.270451, 31.868219, 31.65231, 31.622731, 31.618892]
[60.364147, 11.978527, 11.090102, 10.292585, 9.554908]
0.005
a
normal
300
8
5
1.456878
12.904063
0
166.514835
0.255454
0.250455
[67.705763, 34.454206, 33.911287, 33.671793, 32.915914, 32.545895, 32.413289, 32.270451, 31.868219, 31.65231, 31.622731, 31.618892]
[60.364147, 11.978527, 11.090102, 10.292585, 9.554908]
0.005
a
normal
300
8
6
1.418592
13.66078
0.935987
186.616922
0.255454
0.250455
[67.705763, 34.454206, 33.911287, 33.671793, 32.915914, 32.545895, 32.413289, 32.270451, 31.868219, 31.65231, 31.622731, 31.618892]
[60.364147, 11.978527, 11.090102, 10.292585, 9.554908]
0.005
a
normal
300
8
10
1.593387
17.400507
1.511669
302.777649
0.255454
0.250455
[67.705763, 34.454206, 33.911287, 33.671793, 32.915914, 32.545895, 32.413289, 32.270451, 31.868219, 31.65231, 31.622731, 31.618892]
[60.364147, 11.978527, 11.090102, 10.292585, 9.554908]
0.005
a
normal
300
8
20
1.932699
24.416449
1.848465
596.162961
0.255454
0.250455
[67.705763, 34.454206, 33.911287, 33.671793, 32.915914, 32.545895, 32.413289, 32.270451, 31.868219, 31.65231, 31.622731, 31.618892]
[60.364147, 11.978527, 11.090102, 10.292585, 9.554908]
0.005
a
normal
300
8
40
2.44847
33.684489
2.407016
1,134.6448
0.255454
0.250455
[67.705763, 34.454206, 33.911287, 33.671793, 32.915914, 32.545895, 32.413289, 32.270451, 31.868219, 31.65231, 31.622731, 31.618892]
[60.364147, 11.978527, 11.090102, 10.292585, 9.554908]
0.005
a
normal
300
9
4
1.498698
11.3787
0
129.47481
0.248543
0.210016
[65.207264, 34.370985, 34.241971, 33.641979, 33.234449, 33.012871, 32.498525, 32.288734, 31.571416, 31.45311, 31.409589, 30.993739]
[60.029834, 11.869096, 10.428083, 9.68348, 8.332936]
0.005
a
normal
300
9
5
1.499484
12.681104
0
160.810396
0.248543
0.210016
[65.207264, 34.370985, 34.241971, 33.641979, 33.234449, 33.012871, 32.498525, 32.288734, 31.571416, 31.45311, 31.409589, 30.993739]
[60.029834, 11.869096, 10.428083, 9.68348, 8.332936]
0.005
a
normal
300
9
6
1.542213
13.578812
0.974396
184.384124
0.248543
0.210016
[65.207264, 34.370985, 34.241971, 33.641979, 33.234449, 33.012871, 32.498525, 32.288734, 31.571416, 31.45311, 31.409589, 30.993739]
[60.029834, 11.869096, 10.428083, 9.68348, 8.332936]
0.005
a
normal
300
9
10
1.698293
17.41079
1.363981
303.135612
0.248543
0.210016
[65.207264, 34.370985, 34.241971, 33.641979, 33.234449, 33.012871, 32.498525, 32.288734, 31.571416, 31.45311, 31.409589, 30.993739]
[60.029834, 11.869096, 10.428083, 9.68348, 8.332936]
0.005
a
normal
300
9
20
1.975801
24.420083
1.767893
596.340472
0.248543
0.210016
[65.207264, 34.370985, 34.241971, 33.641979, 33.234449, 33.012871, 32.498525, 32.288734, 31.571416, 31.45311, 31.409589, 30.993739]
[60.029834, 11.869096, 10.428083, 9.68348, 8.332936]
0.005
a
normal
300
9
40
2.529291
33.80252
2.373309
1,142.61034
0.248543
0.210016
[65.207264, 34.370985, 34.241971, 33.641979, 33.234449, 33.012871, 32.498525, 32.288734, 31.571416, 31.45311, 31.409589, 30.993739]
[60.029834, 11.869096, 10.428083, 9.68348, 8.332936]
0.005
a
normal
300
10
4
1.256961
10.88891
0
118.568365
0.233536
0.211556
[66.551135, 34.945608, 33.842774, 33.294998, 33.233127, 33.008548, 32.262319, 32.211217, 32.092572, 31.56844, 31.46509, 31.445648]
[60.023271, 12.610399, 11.028002, 10.600704, 9.965729]
0.005
a
normal
300
10
5
1.258541
12.29535
0
151.175635
0.233536
0.211556
[66.551135, 34.945608, 33.842774, 33.294998, 33.233127, 33.008548, 32.262319, 32.211217, 32.092572, 31.56844, 31.46509, 31.445648]
[60.023271, 12.610399, 11.028002, 10.600704, 9.965729]
0.005
a
normal
300
10
6
1.418315
13.554155
0.961766
183.715106
0.233536
0.211556
[66.551135, 34.945608, 33.842774, 33.294998, 33.233127, 33.008548, 32.262319, 32.211217, 32.092572, 31.56844, 31.46509, 31.445648]
[60.023271, 12.610399, 11.028002, 10.600704, 9.965729]
0.005
a
normal
300
10
10
1.756845
17.433048
1.358173
303.911161
0.233536
0.211556
[66.551135, 34.945608, 33.842774, 33.294998, 33.233127, 33.008548, 32.262319, 32.211217, 32.092572, 31.56844, 31.46509, 31.445648]
[60.023271, 12.610399, 11.028002, 10.600704, 9.965729]
0.005
a
normal
300
10
20
2.207952
24.403057
2.003585
595.509183
0.233536
0.211556
[66.551135, 34.945608, 33.842774, 33.294998, 33.233127, 33.008548, 32.262319, 32.211217, 32.092572, 31.56844, 31.46509, 31.445648]
[60.023271, 12.610399, 11.028002, 10.600704, 9.965729]
0.005
a
normal
300
10
40
2.642024
33.807255
2.450759
1,142.930505
0.233536
0.211556
[66.551135, 34.945608, 33.842774, 33.294998, 33.233127, 33.008548, 32.262319, 32.211217, 32.092572, 31.56844, 31.46509, 31.445648]
[60.023271, 12.610399, 11.028002, 10.600704, 9.965729]
0.005
a
normal
300
11
4
1.51542
12.046465
0
145.11732
0.267903
0.227483
[63.788755, 34.73913, 33.970913, 33.674006, 33.601407, 32.886275, 32.742479, 32.673623, 32.322481, 32.165858, 31.95551, 31.71007]
[60.053952, 11.995493, 11.2458, 10.341015, 8.723058]
0.005
a
normal
300
11
5
1.571417
13.1768
0
173.628061
0.267903
0.227483
[63.788755, 34.73913, 33.970913, 33.674006, 33.601407, 32.886275, 32.742479, 32.673623, 32.322481, 32.165858, 31.95551, 31.71007]
[60.053952, 11.995493, 11.2458, 10.341015, 8.723058]
0.005
a
normal
300
11
6
1.7569
14.297459
0.817245
204.41733
0.267903
0.227483
[63.788755, 34.73913, 33.970913, 33.674006, 33.601407, 32.886275, 32.742479, 32.673623, 32.322481, 32.165858, 31.95551, 31.71007]
[60.053952, 11.995493, 11.2458, 10.341015, 8.723058]
0.005
a
normal
300
11
10
1.965181
18.142918
1.496549
329.165472
0.267903
0.227483
[63.788755, 34.73913, 33.970913, 33.674006, 33.601407, 32.886275, 32.742479, 32.673623, 32.322481, 32.165858, 31.95551, 31.71007]
[60.053952, 11.995493, 11.2458, 10.341015, 8.723058]
0.005
a
normal
300
11
20
2.053564
24.676813
1.824434
608.945119
0.267903
0.227483
[63.788755, 34.73913, 33.970913, 33.674006, 33.601407, 32.886275, 32.742479, 32.673623, 32.322481, 32.165858, 31.95551, 31.71007]
[60.053952, 11.995493, 11.2458, 10.341015, 8.723058]
0.005
a
normal
300
11
40
2.557828
34.020949
2.390619
1,157.424944
0.267903
0.227483
[63.788755, 34.73913, 33.970913, 33.674006, 33.601407, 32.886275, 32.742479, 32.673623, 32.322481, 32.165858, 31.95551, 31.71007]
[60.053952, 11.995493, 11.2458, 10.341015, 8.723058]
0.005
a
normal
300
12
4
1.607391
11.552445
0
133.458989
0.241974
0.238937
[64.938761, 34.481683, 34.012729, 33.552782, 33.017973, 32.864469, 32.574038, 32.248241, 32.109958, 31.859014, 31.723735, 31.323948]
[60.189452, 12.040823, 10.645172, 9.674539, 8.475157]
0.005
a
normal
300
12
5
1.637539
12.825268
0
164.487496
0.241974
0.238937
[64.938761, 34.481683, 34.012729, 33.552782, 33.017973, 32.864469, 32.574038, 32.248241, 32.109958, 31.859014, 31.723735, 31.323948]
[60.189452, 12.040823, 10.645172, 9.674539, 8.475157]
0.005
a
normal
300
12
6
1.661729
13.888158
1.109996
192.880921
0.241974
0.238937
[64.938761, 34.481683, 34.012729, 33.552782, 33.017973, 32.864469, 32.574038, 32.248241, 32.109958, 31.859014, 31.723735, 31.323948]
[60.189452, 12.040823, 10.645172, 9.674539, 8.475157]
0.005
a
normal
300
12
10
1.901191
17.624268
1.508079
310.61484
0.241974
0.238937
[64.938761, 34.481683, 34.012729, 33.552782, 33.017973, 32.864469, 32.574038, 32.248241, 32.109958, 31.859014, 31.723735, 31.323948]
[60.189452, 12.040823, 10.645172, 9.674539, 8.475157]
0.005
a
normal
300
12
20
2.080363
24.54463
1.870367
602.438885
0.241974
0.238937
[64.938761, 34.481683, 34.012729, 33.552782, 33.017973, 32.864469, 32.574038, 32.248241, 32.109958, 31.859014, 31.723735, 31.323948]
[60.189452, 12.040823, 10.645172, 9.674539, 8.475157]
0.005
a
normal
300
12
40
2.482316
33.879922
2.373879
1,147.849139
0.241974
0.238937
[64.938761, 34.481683, 34.012729, 33.552782, 33.017973, 32.864469, 32.574038, 32.248241, 32.109958, 31.859014, 31.723735, 31.323948]
[60.189452, 12.040823, 10.645172, 9.674539, 8.475157]
0.005
a
normal
300
13
4
1.386449
10.943003
0
119.749309
0.25198
0.208303
[63.34039, 34.990508, 34.301463, 33.886157, 33.228573, 32.968794, 32.542653, 32.535417, 32.349069, 31.658196, 31.545659, 31.376178]
[60.091309, 11.161239, 9.848328, 9.140027, 8.681649]
0.095
a
normal
300
13
5
1.487497
12.31892
0
151.755785
0.25198
0.208303
[63.34039, 34.990508, 34.301463, 33.886157, 33.228573, 32.968794, 32.542653, 32.535417, 32.349069, 31.658196, 31.545659, 31.376178]
[60.091309, 11.161239, 9.848328, 9.140027, 8.681649]
0.095
a
normal
300
13
6
1.589744
13.389642
1.022511
179.282509
0.25198
0.208303
[63.34039, 34.990508, 34.301463, 33.886157, 33.228573, 32.968794, 32.542653, 32.535417, 32.349069, 31.658196, 31.545659, 31.376178]
[60.091309, 11.161239, 9.848328, 9.140027, 8.681649]
0.095
a
normal
300
13
10
1.924662
17.346395
1.553881
300.897406
0.25198
0.208303
[63.34039, 34.990508, 34.301463, 33.886157, 33.228573, 32.968794, 32.542653, 32.535417, 32.349069, 31.658196, 31.545659, 31.376178]
[60.091309, 11.161239, 9.848328, 9.140027, 8.681649]
0.095
a
normal
300
13
20
2.1622
24.407737
1.962244
595.737615
0.25198
0.208303
[63.34039, 34.990508, 34.301463, 33.886157, 33.228573, 32.968794, 32.542653, 32.535417, 32.349069, 31.658196, 31.545659, 31.376178]
[60.091309, 11.161239, 9.848328, 9.140027, 8.681649]
0.095
a
normal
300
13
40
2.697931
33.831246
2.689949
1,144.55323
0.25198
0.208303
[63.34039, 34.990508, 34.301463, 33.886157, 33.228573, 32.968794, 32.542653, 32.535417, 32.349069, 31.658196, 31.545659, 31.376178]
[60.091309, 11.161239, 9.848328, 9.140027, 8.681649]
0.095
a
normal
300
14
4
1.382015
11.500068
0
132.251561
0.289752
0.227558
[63.999592, 33.600479, 33.507283, 32.960268, 32.710993, 32.381172, 32.087528, 31.566534, 31.475968, 31.373488, 31.285495, 31.164364]
[60.269155, 11.550342, 10.422441, 9.259615, 8.525144]
0.009
a
normal
300
14
5
1.431609
12.615871
0
159.160212
0.289752
0.227558
[63.999592, 33.600479, 33.507283, 32.960268, 32.710993, 32.381172, 32.087528, 31.566534, 31.475968, 31.373488, 31.285495, 31.164364]
[60.269155, 11.550342, 10.422441, 9.259615, 8.525144]
0.009
a
normal
300
14
6
1.409512
13.783186
1.044611
189.976214
0.289752
0.227558
[63.999592, 33.600479, 33.507283, 32.960268, 32.710993, 32.381172, 32.087528, 31.566534, 31.475968, 31.373488, 31.285495, 31.164364]
[60.269155, 11.550342, 10.422441, 9.259615, 8.525144]
0.009
a
normal
300
14
10
1.765557
17.494321
1.418161
306.051251
0.289752
0.227558
[63.999592, 33.600479, 33.507283, 32.960268, 32.710993, 32.381172, 32.087528, 31.566534, 31.475968, 31.373488, 31.285495, 31.164364]
[60.269155, 11.550342, 10.422441, 9.259615, 8.525144]
0.009
a
normal
300
14
20
2.049723
24.41694
1.933602
596.186982
0.289752
0.227558
[63.999592, 33.600479, 33.507283, 32.960268, 32.710993, 32.381172, 32.087528, 31.566534, 31.475968, 31.373488, 31.285495, 31.164364]
[60.269155, 11.550342, 10.422441, 9.259615, 8.525144]
0.009
a
normal
300
14
40
2.540193
33.792257
2.477013
1,141.916614
0.289752
0.227558
[63.999592, 33.600479, 33.507283, 32.960268, 32.710993, 32.381172, 32.087528, 31.566534, 31.475968, 31.373488, 31.285495, 31.164364]
[60.269155, 11.550342, 10.422441, 9.259615, 8.525144]
0.009
a
normal
300
15
4
1.225398
11.134739
0
123.982406
0.251592
0.23457
[64.157211, 34.700529, 34.110803, 33.639914, 33.039992, 32.983566, 32.53869, 32.341649, 32.10679, 31.881399, 31.693088, 31.443251]
[60.459056, 11.486339, 9.83697, 8.88067, 8.125431]
0.016
a
normal
300
15
5
1.300575
12.339316
0
152.258723
0.251592
0.23457
[64.157211, 34.700529, 34.110803, 33.639914, 33.039992, 32.983566, 32.53869, 32.341649, 32.10679, 31.881399, 31.693088, 31.443251]
[60.459056, 11.486339, 9.83697, 8.88067, 8.125431]
0.016
a
normal
300
15
6
1.380857
13.5856
1.121518
184.568536
0.251592
0.23457
[64.157211, 34.700529, 34.110803, 33.639914, 33.039992, 32.983566, 32.53869, 32.341649, 32.10679, 31.881399, 31.693088, 31.443251]
[60.459056, 11.486339, 9.83697, 8.88067, 8.125431]
0.016
a
normal
300
15
10
1.792883
17.498336
1.404382
306.191755
0.251592
0.23457
[64.157211, 34.700529, 34.110803, 33.639914, 33.039992, 32.983566, 32.53869, 32.341649, 32.10679, 31.881399, 31.693088, 31.443251]
[60.459056, 11.486339, 9.83697, 8.88067, 8.125431]
0.016
a
normal
300
15
20
2.162164
24.442657
1.881148
597.443481
0.251592
0.23457
[64.157211, 34.700529, 34.110803, 33.639914, 33.039992, 32.983566, 32.53869, 32.341649, 32.10679, 31.881399, 31.693088, 31.443251]
[60.459056, 11.486339, 9.83697, 8.88067, 8.125431]
0.016
a
normal
300
15
40
2.598061
33.792995
2.351954
1,141.966502
0.251592
0.23457
[64.157211, 34.700529, 34.110803, 33.639914, 33.039992, 32.983566, 32.53869, 32.341649, 32.10679, 31.881399, 31.693088, 31.443251]
[60.459056, 11.486339, 9.83697, 8.88067, 8.125431]
0.016
a
normal
300
16
4
1.452731
11.496308
0
132.165087
0.27569
0.204496
[66.533019, 34.892357, 34.099153, 34.08416, 33.196237, 32.711177, 32.637196, 31.859039, 31.836268, 31.679026, 31.497617, 30.937681]
[60.174318, 11.81389, 10.207763, 9.551435, 8.538508]
0.007
a
normal
300
16
5
1.673893
12.800999
0
163.865583
0.27569
0.204496
[66.533019, 34.892357, 34.099153, 34.08416, 33.196237, 32.711177, 32.637196, 31.859039, 31.836268, 31.679026, 31.497617, 30.937681]
[60.174318, 11.81389, 10.207763, 9.551435, 8.538508]
0.007
a
normal
300
16
6
1.799762
13.98092
1.16959
195.466129
0.27569
0.204496
[66.533019, 34.892357, 34.099153, 34.08416, 33.196237, 32.711177, 32.637196, 31.859039, 31.836268, 31.679026, 31.497617, 30.937681]
[60.174318, 11.81389, 10.207763, 9.551435, 8.538508]
0.007
a
normal
300
16
10
1.887996
17.765711
1.350171
315.620503
0.27569
0.204496
[66.533019, 34.892357, 34.099153, 34.08416, 33.196237, 32.711177, 32.637196, 31.859039, 31.836268, 31.679026, 31.497617, 30.937681]
[60.174318, 11.81389, 10.207763, 9.551435, 8.538508]
0.007
End of preview.

No dataset card yet

Downloads last month
74