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

This happened while the json dataset builder was generating data using

hf://datasets/chenjiawei1018/mshab_norm_stats_pi05/meta/episodes_stats.jsonl (at revision a416b2386aa6dc62876446e8c0cf3fd45f8a0730)

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.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              episode_index: int64
              stats: struct<image: struct<min: list<item: list<item: list<item: double>>>, max: list<item: list<item: lis (... 1399 chars omitted)
                child 0, image: struct<min: list<item: list<item: list<item: double>>>, max: list<item: list<item: list<item: double (... 129 chars omitted)
                    child 0, min: list<item: list<item: list<item: double>>>
                        child 0, item: list<item: list<item: double>>
                            child 0, item: list<item: double>
                                child 0, item: double
                    child 1, max: list<item: list<item: list<item: double>>>
                        child 0, item: list<item: list<item: double>>
                            child 0, item: list<item: double>
                                child 0, item: double
                    child 2, mean: list<item: list<item: list<item: double>>>
                        child 0, item: list<item: list<item: double>>
                            child 0, item: list<item: double>
                                child 0, item: double
                    child 3, std: list<item: list<item: list<item: double>>>
                        child 0, item: list<item: list<item: double>>
                            child 0, item: list<item: double>
                                child 0, item: double
                    child 4, count: list<item: int64>
                        child 0, item: int64
                child 1, wrist_image: struct<min: list<item: list<item: list<item: double>>>, max: list<item: list<item: list<item: double (... 129 chars omitted)
                    child 0, min: list<item: list<item: list<item: double>>>
                        child 0, item: list<item: list<item: double>>
                            child 0, item: list<i
              ...
              int64
                child 6, episode_index: struct<min: list<item: int64>, max: list<item: int64>, mean: list<item: double>, std: list<item: dou (... 31 chars omitted)
                    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 7, index: struct<min: list<item: int64>, max: list<item: int64>, mean: list<item: double>, std: list<item: dou (... 31 chars omitted)
                    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, task_index: struct<min: list<item: int64>, max: list<item: int64>, mean: list<item: double>, std: list<item: dou (... 31 chars omitted)
                    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('int64'), 'tasks': List(Value('string')), 'length': 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 1339, 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 972, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 894, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 970, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, 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/chenjiawei1018/mshab_norm_stats_pi05/meta/episodes_stats.jsonl (at revision a416b2386aa6dc62876446e8c0cf3fd45f8a0730)
              
              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
list
length
int64
0
[ "open fridge" ]
200
1
[ "open fridge" ]
200
2
[ "open fridge" ]
200
3
[ "open fridge" ]
200
4
[ "open fridge" ]
200
5
[ "open fridge" ]
200
6
[ "open fridge" ]
200
7
[ "open fridge" ]
200
8
[ "open fridge" ]
200
9
[ "open fridge" ]
200
10
[ "open fridge" ]
200
11
[ "open fridge" ]
200
12
[ "open fridge" ]
200
13
[ "open fridge" ]
200
14
[ "open fridge" ]
200
15
[ "open fridge" ]
200
16
[ "open fridge" ]
200
17
[ "open fridge" ]
200
18
[ "open fridge" ]
200
19
[ "open fridge" ]
200
20
[ "open fridge" ]
200
21
[ "open fridge" ]
200
22
[ "open fridge" ]
200
23
[ "open fridge" ]
200
24
[ "open fridge" ]
200
25
[ "open fridge" ]
200
26
[ "open fridge" ]
200
27
[ "open fridge" ]
200
28
[ "open fridge" ]
200
29
[ "open fridge" ]
200
30
[ "open fridge" ]
200
31
[ "open fridge" ]
200
32
[ "open fridge" ]
200
33
[ "open fridge" ]
200
34
[ "open fridge" ]
200
35
[ "open fridge" ]
200
36
[ "open fridge" ]
200
37
[ "open fridge" ]
200
38
[ "open fridge" ]
200
39
[ "open fridge" ]
200
40
[ "open fridge" ]
200
41
[ "open fridge" ]
200
42
[ "open fridge" ]
200
43
[ "open fridge" ]
200
44
[ "open fridge" ]
200
45
[ "open fridge" ]
200
46
[ "open fridge" ]
200
47
[ "open fridge" ]
200
48
[ "open fridge" ]
200
49
[ "open fridge" ]
200
50
[ "open fridge" ]
200
51
[ "open fridge" ]
200
52
[ "open fridge" ]
200
53
[ "open fridge" ]
200
54
[ "open fridge" ]
200
55
[ "open fridge" ]
200
56
[ "open fridge" ]
200
57
[ "open fridge" ]
200
58
[ "open fridge" ]
200
59
[ "open fridge" ]
200
60
[ "open fridge" ]
200
61
[ "open fridge" ]
200
62
[ "open fridge" ]
200
63
[ "open fridge" ]
200
64
[ "open fridge" ]
200
65
[ "open fridge" ]
200
66
[ "open fridge" ]
200
67
[ "open fridge" ]
200
68
[ "open fridge" ]
200
69
[ "open fridge" ]
200
70
[ "open fridge" ]
200
71
[ "open fridge" ]
200
72
[ "open fridge" ]
200
73
[ "open fridge" ]
200
74
[ "open fridge" ]
200
75
[ "open fridge" ]
200
76
[ "open fridge" ]
200
77
[ "open fridge" ]
200
78
[ "open fridge" ]
200
79
[ "open fridge" ]
200
80
[ "open fridge" ]
200
81
[ "open fridge" ]
200
82
[ "open fridge" ]
200
83
[ "open fridge" ]
200
84
[ "open fridge" ]
200
85
[ "open fridge" ]
200
86
[ "open fridge" ]
200
87
[ "open fridge" ]
200
88
[ "open fridge" ]
200
89
[ "open fridge" ]
200
90
[ "open fridge" ]
200
91
[ "open fridge" ]
200
92
[ "open fridge" ]
200
93
[ "open fridge" ]
200
94
[ "open fridge" ]
200
95
[ "open fridge" ]
200
96
[ "open fridge" ]
200
97
[ "open fridge" ]
200
98
[ "open fridge" ]
200
99
[ "open fridge" ]
200
End of preview.

No dataset card yet

Downloads last month
17