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

All the data files must have the same columns, but at some point there are 1 new columns ({'Fluorescence'}) and 2 missing columns ({'n', 'Highest_Observed_Fluorescence'}).

This happened while the csv dataset builder was generating data using

hf://datasets/introvoyz041/lnp_opt/data/data/experiment_results_n2_iter50_rep50_R-LLM_20240913.csv (at revision 97ff70ac22343764552423324ff1842315256318), ['hf://datasets/introvoyz041/lnp_opt@97ff70ac22343764552423324ff1842315256318/data/data/experiment_results_n10_iter10_rep50_Random_EDBO_BO_LLM_20240828.csv', 'hf://datasets/introvoyz041/lnp_opt@97ff70ac22343764552423324ff1842315256318/data/data/experiment_results_n2_iter50_rep50_R-LLM_20240913.csv', 'hf://datasets/introvoyz041/lnp_opt@97ff70ac22343764552423324ff1842315256318/data/data/experiment_results_n2_iter50_rep50_Random_EDBO_BO_LLM_20240827.csv', 'hf://datasets/introvoyz041/lnp_opt@97ff70ac22343764552423324ff1842315256318/data/data/experiment_results_n3_iter30_rep50_Random_EDBO_BO_LLM_20240827.csv', 'hf://datasets/introvoyz041/lnp_opt@97ff70ac22343764552423324ff1842315256318/data/data/experiment_results_n5_iter20_rep50_Random_EDBO_BO_LLM_20240828.csv', 'hf://datasets/introvoyz041/lnp_opt@97ff70ac22343764552423324ff1842315256318/data/data/shuffled_assay.csv', 'hf://datasets/introvoyz041/lnp_opt@97ff70ac22343764552423324ff1842315256318/data/data/tecan_operations.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
              Suggest_Method: string
              Repeat: int64
              Iteration: int64
              I: string
              H: string
              C: string
              P: string
              Fluorescence: int64
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1161
              to
              {'Suggest_Method': Value('string'), 'n': Value('int64'), 'Iteration': Value('int64'), 'Repeat': Value('int64'), 'I': Value('string'), 'H': Value('string'), 'C': Value('string'), 'P': Value('string'), 'Highest_Observed_Fluorescence': Value('int64')}
              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 1 new columns ({'Fluorescence'}) and 2 missing columns ({'n', 'Highest_Observed_Fluorescence'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/introvoyz041/lnp_opt/data/data/experiment_results_n2_iter50_rep50_R-LLM_20240913.csv (at revision 97ff70ac22343764552423324ff1842315256318), ['hf://datasets/introvoyz041/lnp_opt@97ff70ac22343764552423324ff1842315256318/data/data/experiment_results_n10_iter10_rep50_Random_EDBO_BO_LLM_20240828.csv', 'hf://datasets/introvoyz041/lnp_opt@97ff70ac22343764552423324ff1842315256318/data/data/experiment_results_n2_iter50_rep50_R-LLM_20240913.csv', 'hf://datasets/introvoyz041/lnp_opt@97ff70ac22343764552423324ff1842315256318/data/data/experiment_results_n2_iter50_rep50_Random_EDBO_BO_LLM_20240827.csv', 'hf://datasets/introvoyz041/lnp_opt@97ff70ac22343764552423324ff1842315256318/data/data/experiment_results_n3_iter30_rep50_Random_EDBO_BO_LLM_20240827.csv', 'hf://datasets/introvoyz041/lnp_opt@97ff70ac22343764552423324ff1842315256318/data/data/experiment_results_n5_iter20_rep50_Random_EDBO_BO_LLM_20240828.csv', 'hf://datasets/introvoyz041/lnp_opt@97ff70ac22343764552423324ff1842315256318/data/data/shuffled_assay.csv', 'hf://datasets/introvoyz041/lnp_opt@97ff70ac22343764552423324ff1842315256318/data/data/tecan_operations.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.

Suggest_Method
string
n
int64
Iteration
int64
Repeat
int64
I
string
H
string
C
string
P
string
Highest_Observed_Fluorescence
int64
Random
10
1
1
I1
H5
C3
P3
10,068
Random
10
1
1
I4
H3
C5
P2
3,095
Random
10
1
1
I3
H2
C3
P2
152
Random
10
1
1
I4
H1
C1
P1
768
Random
10
1
1
I4
H1
C4
P4
10,865
Random
10
1
1
I4
H3
C2
P1
856
Random
10
1
1
I4
H2
C2
P4
321
Random
10
1
1
I1
H4
C5
P1
690
Random
10
1
1
I2
H1
C3
P2
459
Random
10
1
1
I4
H2
C2
P3
576
Random
10
2
1
I2
H1
C2
P2
625
Random
10
2
1
I3
H1
C5
P1
1,330
Random
10
2
1
I5
H5
C2
P4
892
Random
10
2
1
I3
H2
C3
P4
608
Random
10
2
1
I1
H5
C3
P2
351
Random
10
2
1
I1
H5
C5
P3
187
Random
10
2
1
I3
H5
C1
P2
62
Random
10
2
1
I4
H1
C3
P4
580
Random
10
2
1
I2
H2
C2
P4
5,820
Random
10
2
1
I2
H2
C4
P3
347,695
Random
10
3
1
I3
H1
C5
P1
1,330
Random
10
3
1
I4
H3
C2
P3
20
Random
10
3
1
I5
H3
C1
P3
552
Random
10
3
1
I4
H5
C5
P2
69,154
Random
10
3
1
I1
H3
C3
P2
528
Random
10
3
1
I3
H4
C5
P2
684
Random
10
3
1
I5
H5
C4
P2
7,898
Random
10
3
1
I3
H5
C4
P4
4,329
Random
10
3
1
I1
H4
C1
P4
1,422,626
Random
10
3
1
I3
H3
C5
P3
2,228
Random
10
4
1
I4
H1
C5
P3
270
Random
10
4
1
I4
H4
C1
P1
153,113
Random
10
4
1
I4
H2
C3
P3
719
Random
10
4
1
I1
H2
C1
P3
435
Random
10
4
1
I3
H1
C1
P3
5,964
Random
10
4
1
I4
H5
C2
P1
9
Random
10
4
1
I3
H4
C5
P1
611
Random
10
4
1
I1
H5
C5
P1
441
Random
10
4
1
I2
H5
C4
P3
2,953
Random
10
4
1
I2
H5
C3
P4
448
Random
10
5
1
I3
H2
C4
P2
670
Random
10
5
1
I2
H4
C3
P4
12,380
Random
10
5
1
I5
H5
C5
P1
198
Random
10
5
1
I1
H5
C4
P1
3,280
Random
10
5
1
I2
H4
C4
P1
768,578
Random
10
5
1
I4
H3
C3
P3
22,614
Random
10
5
1
I3
H5
C2
P4
2,681
Random
10
5
1
I5
H5
C4
P4
1,427
Random
10
5
1
I2
H3
C2
P1
2,141
Random
10
5
1
I2
H1
C3
P4
5,642
Random
10
6
1
I1
H3
C4
P2
4,374
Random
10
6
1
I3
H1
C4
P4
33,311
Random
10
6
1
I1
H4
C3
P1
36
Random
10
6
1
I1
H5
C2
P4
545
Random
10
6
1
I5
H4
C1
P3
2,773,348
Random
10
6
1
I5
H4
C2
P4
5,755
Random
10
6
1
I2
H5
C5
P3
156
Random
10
6
1
I3
H1
C3
P2
253
Random
10
6
1
I3
H3
C4
P3
87,871
Random
10
6
1
I3
H3
C1
P2
2,693
Random
10
7
1
I5
H2
C4
P2
2,787
Random
10
7
1
I4
H4
C2
P2
25,881
Random
10
7
1
I2
H2
C3
P4
1,549
Random
10
7
1
I3
H2
C4
P1
1,131
Random
10
7
1
I2
H4
C2
P2
7,585
Random
10
7
1
I4
H1
C4
P3
18,519
Random
10
7
1
I2
H3
C5
P4
2,759
Random
10
7
1
I2
H3
C2
P3
738
Random
10
7
1
I3
H2
C4
P4
87,686
Random
10
7
1
I1
H3
C1
P3
7,073
Random
10
8
1
I5
H5
C1
P1
479
Random
10
8
1
I5
H2
C1
P1
12,310
Random
10
8
1
I5
H2
C4
P4
77,495
Random
10
8
1
I3
H2
C5
P3
484
Random
10
8
1
I1
H1
C3
P2
3,192
Random
10
8
1
I5
H1
C2
P1
93,701
Random
10
8
1
I3
H4
C2
P2
6,784
Random
10
8
1
I3
H3
C2
P4
306
Random
10
8
1
I1
H4
C5
P1
690
Random
10
8
1
I1
H5
C2
P4
545
Random
10
9
1
I4
H1
C5
P1
787
Random
10
9
1
I5
H3
C2
P4
780
Random
10
9
1
I2
H2
C5
P2
2,128
Random
10
9
1
I4
H5
C5
P3
1,351
Random
10
9
1
I3
H2
C3
P4
608
Random
10
9
1
I1
H1
C3
P1
35
Random
10
9
1
I4
H3
C5
P3
9,668
Random
10
9
1
I5
H2
C5
P3
2,388
Random
10
9
1
I3
H2
C5
P2
30,022
Random
10
9
1
I5
H5
C2
P1
6
Random
10
10
1
I3
H1
C2
P4
2,821
Random
10
10
1
I3
H2
C4
P3
2,674,917
Random
10
10
1
I3
H2
C5
P3
484
Random
10
10
1
I3
H4
C4
P4
89,478
Random
10
10
1
I5
H4
C4
P3
11,626
Random
10
10
1
I2
H2
C3
P4
1,549
Random
10
10
1
I2
H1
C5
P1
14,763
Random
10
10
1
I4
H3
C4
P2
26,785
Random
10
10
1
I5
H3
C1
P4
25,234
Random
10
10
1
I2
H3
C1
P1
2,217
End of preview.
README.md exists but content is empty.
Downloads last month
46