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 1 new columns ({'stats'}) and 2 missing columns ({'length', 'tasks'}).

This happened while the json dataset builder was generating data using

hf://datasets/lmytimagedata/lch_qiwu_merge_20250520_20250529_lerobot/meta/episodes_stats.jsonl (at revision 8e1d97f70fbb765bb932d808f311f2af571a6a4c)

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 1871, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 643, 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 2293, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2241, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              episode_index: int64
              stats: struct<observation.state: struct<min: list<item: double>, max: list<item: double>, mean: list<item: double>, std: list<item: double>, count: list<item: int64>>, action: struct<min: list<item: double>, max: list<item: double>, mean: list<item: double>, std: list<item: double>, count: list<item: int64>>, observation.images.cam_high: struct<min: list<item: list<item: list<item: double>>>, max: list<item: list<item: list<item: double>>>, mean: list<item: list<item: list<item: double>>>, std: list<item: list<item: list<item: double>>>, count: list<item: int64>>, observation.images.cam_left_wrist: struct<min: list<item: list<item: list<item: double>>>, max: list<item: list<item: list<item: double>>>, mean: list<item: list<item: list<item: double>>>, std: list<item: list<item: list<item: double>>>, count: list<item: int64>>, observation.images.cam_right_wrist: struct<min: list<item: list<item: list<item: double>>>, max: list<item: list<item: list<item: double>>>, mean: list<item: list<item: list<item: double>>>, std: list<item: list<item: list<item: double>>>, count: list<item: int64>>, timestamp: struct<min: list<item: double>, max: list<item: double>, mean: list<item: double>, std: list<item: double>, count: list<item: int64>>, frame_index: struct<min: list<item: int64>, max: list<item: int64>, mean: list<item: double>, std: list<item: double>, count: list<item: int64>>, episode_index: struct<min: list<item: int64>, max: list<item: int64>, mean: list<it
              ...
              _index: struct<min: list<item: int64>, max: list<item: int64>, mean: list<item: double>, std: list<item: double>, count: list<item: int64>>
                    child 0, min: list<item: int64>
                        child 0, item: int64
                    child 1, max: list<item: int64>
                        child 0, item: int64
                    child 2, mean: list<item: double>
                        child 0, item: double
                    child 3, std: list<item: double>
                        child 0, item: double
                    child 4, count: list<item: int64>
                        child 0, item: int64
                child 8, index: struct<min: list<item: int64>, max: list<item: int64>, mean: list<item: double>, std: list<item: double>, count: list<item: int64>>
                    child 0, min: list<item: int64>
                        child 0, item: int64
                    child 1, max: list<item: int64>
                        child 0, item: int64
                    child 2, mean: list<item: double>
                        child 0, item: double
                    child 3, std: list<item: double>
                        child 0, item: double
                    child 4, count: list<item: int64>
                        child 0, item: int64
                child 9, task_index: struct<min: list<item: int64>, max: list<item: int64>, mean: list<item: double>, std: list<item: double>, count: list<item: int64>>
                    child 0, min: list<item: int64>
                        child 0, item: int64
                    child 1, max: list<item: int64>
                        child 0, item: int64
                    child 2, mean: list<item: double>
                        child 0, item: double
                    child 3, std: list<item: double>
                        child 0, item: double
                    child 4, count: list<item: int64>
                        child 0, item: int64
              to
              {'episode_index': Value(dtype='int64', id=None), 'tasks': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'length': Value(dtype='int64', id=None)}
              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 1436, 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 1053, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 925, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1001, 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 1742, 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 1873, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 new columns ({'stats'}) and 2 missing columns ({'length', 'tasks'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/lmytimagedata/lch_qiwu_merge_20250520_20250529_lerobot/meta/episodes_stats.jsonl (at revision 8e1d97f70fbb765bb932d808f311f2af571a6a4c)
              
              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.

episode_index
int64
tasks
sequence
length
int64
0
[ "put the corn into the blue basin" ]
376
1
[ "put the potato into the blue basin" ]
370
2
[ "put the orange into the blue basin" ]
361
3
[ "move the orange out of the blue basin" ]
332
4
[ "move the corn out of the blue basin" ]
438
5
[ "move the potato out of the blue basin" ]
784
6
[ "put the orange into the blue basin" ]
881
7
[ "put the corn into the blue basin" ]
485
8
[ "put the potato into the blue basin" ]
327
9
[ "move the orange out of the blue basin" ]
404
10
[ "move the potato out of the blue basin" ]
521
11
[ "move the corn out of the blue basin" ]
602
12
[ "put the corn into the blue basin" ]
601
13
[ "put the orange into the blue basin" ]
451
14
[ "put the potato into the blue basin" ]
463
15
[ "move the orange out of the blue basin" ]
334
16
[ "move the corn out of the blue basin" ]
567
17
[ "move the potato out of the blue basin" ]
1,069
18
[ "put the orange into the blue basin" ]
455
19
[ "put the corn into the blue basin" ]
616
20
[ "put the potato into the blue basin" ]
660
21
[ "move the orange out of the blue basin" ]
257
22
[ "move the potato out of the blue basin" ]
343
23
[ "move the corn out of the blue basin" ]
591
24
[ "put the corn into the blue basin" ]
334
25
[ "put the potato into the blue basin" ]
511
26
[ "put the orange into the blue basin" ]
375
27
[ "move the potato out of the blue basin" ]
345
28
[ "move the corn out of the blue basin" ]
470
29
[ "move the orange out of the blue basin" ]
580
30
[ "put the orange into the blue basin" ]
522
31
[ "put the potato into the blue basin" ]
302
32
[ "put the corn into the blue basin" ]
331
33
[ "move the corn out of the blue basin" ]
450
34
[ "move the potato out of the blue basin" ]
342
35
[ "move the orange out of the blue basin" ]
552
36
[ "put the pumpkin into the blue basin" ]
331
37
[ "put the lemon into the blue basin" ]
267
38
[ "put the orange into the blue basin" ]
361
39
[ "move the orange out of the blue basin" ]
377
40
[ "move the pumpkin out of the blue basin" ]
359
41
[ "move the lemon out of the blue basin" ]
598
42
[ "put the orange into the blue basin" ]
362
43
[ "put the pumpkin into the blue basin" ]
281
44
[ "put the lemon into the blue basin" ]
286
45
[ "move the orange out of the blue basin" ]
315
46
[ "move the pumpkin out of the blue basin" ]
322
47
[ "move the lemon out of the blue basin" ]
345
48
[ "put the pumpkin into the blue basin" ]
298
49
[ "put the orange into the blue basin" ]
218
50
[ "put the lemon into the blue basin" ]
355
51
[ "move the pumpkin out of the blue basin" ]
326
52
[ "move the orange out of the blue basin" ]
417
53
[ "move the lemon out of the blue basin" ]
371
54
[ "put the pumpkin into the blue basin" ]
421
55
[ "put the orange into the blue basin" ]
265
56
[ "put the lemon into the blue basin" ]
309
57
[ "move the pumpkin out of the blue basin" ]
255
58
[ "move the orange out of the blue basin" ]
239
59
[ "move the lemon out of the blue basin" ]
388
60
[ "put the potato into the blue basin" ]
267
61
[ "put the orange into the blue basin" ]
224
62
[ "put the pumpkin into the blue basin" ]
249
63
[ "move the pumpkin out of the blue basin" ]
280
64
[ "move the potato out of the blue basin" ]
309
65
[ "move the orange out of the blue basin" ]
276
66
[ "put the orange into the blue basin" ]
307
67
[ "put the potato into the blue basin" ]
234
68
[ "put the pumpkin into the blue basin" ]
327
69
[ "move the orange out of the blue basin" ]
326
70
[ "move the potato out of the blue basin" ]
264
71
[ "move the pumpkin out of the blue basin" ]
259
72
[ "put the pumpkin into the blue basin" ]
332
73
[ "put the potato into the blue basin" ]
225
74
[ "put the orange into the blue basin" ]
196
75
[ "move the orange out of the blue basin" ]
227
76
[ "move the pumpkin out of the blue basin" ]
214
77
[ "move the potato out of the blue basin" ]
284
78
[ "put the potato into the blue basin" ]
325
79
[ "put the pumpkin into the blue basin" ]
251
80
[ "put the orange into the blue basin" ]
233
81
[ "move the pumpkin out of the blue basin" ]
238
82
[ "move the orange out of the blue basin" ]
185
83
[ "move the potato out of the blue basin" ]
329
84
[ "put the potato into the blue basin" ]
208
85
[ "put the orange into the blue basin" ]
229
86
[ "move the pumpkin out of the blue basin" ]
262
87
[ "move the orange out of the blue basin" ]
169
88
[ "move the pumpkin out of the blue basin" ]
206
89
[ "move the potato out of the blue basin" ]
283
90
[ "put the avocado into the blue basin" ]
271
91
[ "put the lemon into the blue basin" ]
298
92
[ "put the green pepper into the blue basin" ]
251
93
[ "move the green pepper out of the blue basin" ]
212
94
[ "move the lemon out of the blue basin" ]
372
95
[ "move the avocado out of the blue basin" ]
251
96
[ "put the avocado into the blue basin" ]
232
97
[ "put the lemon into the blue basin" ]
245
98
[ "put the green pepper into the blue basin" ]
201
99
[ "move the green pepper out of the blue basin" ]
257
End of preview.

No dataset card yet

Downloads last month
6