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/ljp_qiwu_merged_20250519to20250529_20250604_lerobot/meta/episodes_stats.jsonl (at revision 8afafb7e41626a74826a5b05a068789e13d85bb2)

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/ljp_qiwu_merged_20250519to20250529_20250604_lerobot/meta/episodes_stats.jsonl (at revision 8afafb7e41626a74826a5b05a068789e13d85bb2)
              
              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 red bell pepper into the box" ]
168
1
[ " Put the tomato into the box" ]
250
2
[ "Put the eggplant into the box" ]
437
3
[ "Put the eggplant out of the box" ]
314
4
[ "Put the tomato out of the box" ]
373
5
[ "Put the red bell pepper out of the box" ]
301
6
[ "Put the carrot into the box" ]
198
7
[ "Put the eggplant into the box" ]
176
8
[ "Put the appel into the box" ]
377
9
[ "Put the appel out of the box" ]
201
10
[ "Put the eggplant out of the box" ]
238
11
[ "Put the carrot out of the box" ]
331
12
[ "Put the eggplant into the box" ]
278
13
[ "Put the carrot into the box" ]
420
14
[ "Put the appel into the box" ]
454
15
[ "Put the appel out of the box" ]
653
16
[ "Put the eggplant out of the box" ]
278
17
[ "Put the carrot out of the box" ]
425
18
[ "Put the eggplant into the box" ]
262
19
[ "Put the appel into the box" ]
313
20
[ "Put the carrot into the box" ]
446
21
[ "Put the appel out of the box" ]
343
22
[ "Put the carrot out of the box" ]
467
23
[ "Put the eggplant out of the box" ]
334
24
[ "Put the eggplant into the box" ]
368
25
[ "Put the carrot into the box" ]
288
26
[ "Put the appel into the box" ]
270
27
[ "Put the appel out of the box" ]
341
28
[ "Put the carrot out of the box" ]
167
29
[ "Put the eggplant out of the box" ]
273
30
[ "Put the eggplant into the box" ]
198
31
[ "Put the appel into the box" ]
344
32
[ "Put the carrot into the box" ]
372
33
[ "Put the appel out of the box" ]
342
34
[ "Put the eggplant out of the box" ]
284
35
[ "Put the carrot out of the box" ]
544
36
[ "Put the mango into the box" ]
239
37
[ "Put the apple into the box" ]
307
38
[ "Put the potato into the box" ]
322
39
[ "Put the apple out of the box" ]
354
40
[ "Put the mango out of the box" ]
248
41
[ "Put the potato out of the box" ]
417
42
[ "Put the mango into the box" ]
295
43
[ "Put the apple into the box" ]
178
44
[ "Put the potato into the box" ]
190
45
[ "Put the potato out of the box" ]
320
46
[ "Put the mango out of the box" ]
212
47
[ "Put the apple out of the box" ]
258
48
[ "Put the mango into the box" ]
229
49
[ "Put the potato into the box" ]
245
50
[ "Put the apple into the box" ]
404
51
[ "Put the apple out of the box" ]
323
52
[ "Put the potato out of the box" ]
464
53
[ "Put the mango out of the box" ]
693
54
[ "Put the potato into the box" ]
264
55
[ "Put the apple into the box" ]
198
56
[ "Put the mango into the box" ]
217
57
[ "Put the potato out of the box" ]
272
58
[ "Put the mango out of the box" ]
180
59
[ "Put the mango into the box" ]
224
60
[ "Put the apple into the box" ]
131
61
[ "Put the potato into the box" ]
141
62
[ "Put the apple out of the box" ]
220
63
[ "Put the potato out of the box" ]
223
64
[ "Put the mango out of the box" ]
671
65
[ "Put the potato into the box" ]
219
66
[ "Put the mango into the box" ]
339
67
[ "Put the apple into the box" ]
534
68
[ "Put the apple out of the box" ]
214
69
[ "Put the mango out of the box" ]
238
70
[ "Put the potato out of the box" ]
571
71
[ "Put the mango into the box" ]
200
72
[ "Put the apple into the box" ]
165
73
[ "Put the potato into the box" ]
171
74
[ "Put the mango out of the box" ]
300
75
[ "Put the potato out of the box" ]
217
76
[ "Put the apple out of the box" ]
360
77
[ "Put the apple into the box" ]
244
78
[ "Put the mango into the box" ]
193
79
[ "Put the potato into the box" ]
216
80
[ "Put the mango out of the box" ]
388
81
[ "Put the apple out of the box" ]
171
82
[ "Put the potato out of the box" ]
208
83
[ "Put the mango into the box" ]
416
84
[ "Put the apple into the box" ]
350
85
[ "Put the potato into the box" ]
186
86
[ "Put the apple out of the box" ]
187
87
[ "Put the potato out of the box" ]
365
88
[ "Put the mango out of the box" ]
287
89
[ "Put the mango into the box" ]
417
90
[ "Put the apple into the box" ]
297
91
[ "Put the potato into the box" ]
287
92
[ "Put the potato out of the box" ]
570
93
[ "Put the apple out of the box" ]
253
94
[ "Put the mango out of the box" ]
238
95
[ "Put the apple into the box" ]
229
96
[ "Put the mango into the box" ]
223
97
[ "Put the potato into the box" ]
216
98
[ "Put the apple out of the box" ]
198
99
[ "Put the mango out of the box" ]
281
End of preview.