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 ({'tasks', 'length'}).

This happened while the json dataset builder was generating data using

hf://datasets/lmytimagedata/chris_qiwu_merge_20250519_20250531_lerobot/meta/episodes_stats.jsonl (at revision ab0ca133eb9a1980bc84f02730aa61a304c7f140)

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 ({'tasks', 'length'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/lmytimagedata/chris_qiwu_merge_20250519_20250531_lerobot/meta/episodes_stats.jsonl (at revision ab0ca133eb9a1980bc84f02730aa61a304c7f140)
              
              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
[ "move the peach out of the box" ]
438
1
[ "put the eggplant into the box" ]
329
2
[ "put the peach into the box" ]
319
3
[ "put the lemon into the box" ]
293
4
[ "move the eggplant out of the box" ]
385
5
[ "move the lemon out of the box" ]
313
6
[ "put the lemon into the box" ]
323
7
[ "put the eggplant into the box" ]
360
8
[ "put the peach into the box" ]
324
9
[ "move the peach out of the box" ]
298
10
[ "move the lemon out of the box" ]
293
11
[ "move the eggplant out of the box" ]
464
12
[ "put the eggplant into the box" ]
296
13
[ "put the lemon into the box" ]
292
14
[ "put the peach into the box" ]
377
15
[ "move the eggplant out of the box" ]
296
16
[ "move the peach out of the box" ]
261
17
[ "move the lemon out of the box" ]
297
18
[ "put the lemon into the box" ]
289
19
[ "put the peach into the box" ]
257
20
[ "put the eggplant into the box" ]
330
21
[ "move the peach out of the box" ]
310
22
[ "move the eggplant out of the box" ]
298
23
[ "move the lemon out of the box" ]
241
24
[ "put the lemon into the box" ]
333
25
[ "put the eggplant into the box" ]
343
26
[ "put the peach into the box" ]
282
27
[ "move the peach out of the box" ]
331
28
[ "move the eggplant out of the box" ]
420
29
[ "move the lemon out of the box" ]
318
30
[ "put the eggplant into the box" ]
319
31
[ "put the peach into the box" ]
344
32
[ "put the lemon into the box" ]
314
33
[ "move the peach out of the box" ]
373
34
[ "move the lemon out of the box" ]
432
35
[ "move the eggplant out of the box" ]
376
36
[ "put the eggplant into the box" ]
348
37
[ "put the peach into the box" ]
284
38
[ "put the lemon into the box" ]
288
39
[ "move the peach out of the box" ]
303
40
[ "move the eggplant out of the box" ]
313
41
[ "move the lemon out of the box" ]
386
42
[ "put the eggplant into the box" ]
334
43
[ "put the lemon into the box" ]
282
44
[ "put the peach into the box" ]
274
45
[ "move the peach out of the box" ]
277
46
[ "move the eggplant out of the box" ]
303
47
[ "move the lemon out of the box" ]
312
48
[ "put the cucumber into the blue basin" ]
254
49
[ "put the orange into the blue basin" ]
364
50
[ "put the lemon into the blue basin" ]
270
51
[ "move the orange out of the blue basin" ]
287
52
[ "move the cucumber out of the blue basin" ]
329
53
[ "move the lemon out of the blue basin" ]
277
54
[ "put the cucumber into the blue basin" ]
268
55
[ "put the lemon into the blue basin" ]
221
56
[ "put the orange into the blue basin" ]
206
57
[ "move the orange out of the blue basin" ]
265
58
[ "move the cucumber out of the blue basin" ]
252
59
[ "move the lemon out of the blue basin" ]
292
60
[ "put the lemon into the blue basin" ]
231
61
[ "put the cucumber into the blue basin" ]
218
62
[ "put the orange into the blue basin" ]
304
63
[ "move the cucumber out of the blue basin" ]
267
64
[ "move the orange out of the blue basin" ]
297
65
[ "move the lemon out of the blue basin" ]
244
66
[ "put the orange into the blue basin" ]
216
67
[ "put the lemon into the blue basin" ]
265
68
[ "put the cucumber into the blue basin" ]
284
69
[ "move the orange out of the blue basin" ]
274
70
[ "move the lemon out of the blue basin" ]
282
71
[ "move the cucumber out of the blue basin" ]
335
72
[ "put the cucumber into the blue basin" ]
269
73
[ "put the lemon into the blue basin" ]
234
74
[ "put the orange into the blue basin" ]
273
75
[ "move the orange out of the blue basin" ]
235
76
[ "move the cucumber out of the blue basin" ]
295
77
[ "move the lemon out of the blue basin" ]
307
78
[ "put the lemon into the blue basin" ]
254
79
[ "put the cucumber into the blue basin" ]
266
80
[ "put the orange into the blue basin" ]
235
81
[ "move the cucumber out of the blue basin" ]
275
82
[ "move the orange out of the blue basin" ]
310
83
[ "move the lemon out of the blue basin" ]
342
84
[ "put the orange into the blue basin" ]
261
85
[ "put the lemon into the blue basin" ]
263
86
[ "put the cucumber into the blue basin" ]
316
87
[ "move the cucumber out of the blue basin" ]
319
88
[ "move the lemon out of the blue basin" ]
311
89
[ "put the potato into the blue basin" ]
257
90
[ "put the red pepper into the blue basin" ]
252
91
[ "put the cucumber into the blue basin" ]
305
92
[ "move the potato out of the blue basin" ]
244
93
[ "move the cucumber out of the blue basin" ]
228
94
[ "move the red pepper out of the blue basin" ]
289
95
[ "put the red pepper into the blue basin" ]
214
96
[ "put the cucumber into the blue basin" ]
218
97
[ "put the potato into the blue basin" ]
265
98
[ "move the red pepper out of the blue basin" ]
248
99
[ "move the cucumber out of the blue basin" ]
285
End of preview.

No dataset card yet

Downloads last month
6