Dataset Viewer
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
stamp: string
ts: int64
chips: struct<code: int64, body: string>
child 0, code: int64
child 1, body: string
listing_cricket: struct<code: int64, len: int64, detail_links: int64, sample: list<item: null>>
child 0, code: int64
child 1, len: int64
child 2, detail_links: int64
child 3, sample: list<item: null>
child 0, item: null
listing_soccer: struct<code: int64, len: int64, detail_links: int64, sample: list<item: null>>
child 0, code: int64
child 1, len: int64
child 2, detail_links: int64
child 3, sample: list<item: null>
child 0, item: null
listing_tennis: struct<code: int64, len: int64, detail_links: int64, sample: list<item: null>>
child 0, code: int64
child 1, len: int64
child 2, detail_links: int64
child 3, sample: list<item: null>
child 0, item: null
listing_horse: struct<code: int64, len: int64, detail_links: int64, sample: list<item: null>>
child 0, code: int64
child 1, len: int64
child 2, detail_links: int64
child 3, sample: list<item: null>
child 0, item: null
listing_greyhound: struct<code: int64, len: int64, detail_links: int64, sample: list<item: null>>
child 0, code: int64
child 1, len: int64
child 2, detail_links: int64
child 3, sample: list<item: null>
child 0, item: null
listing_virtual: struct<code: int64, len: int64, detail_links: int64, sample: list<item: null>>
child 0, code: int64
child 1, len: int64
child 2, detail_links: int64
child 3, sample: list<item: null>
child
...
source_hdr: null
child 10, place: struct<mo: struct<ok: bool, http: int64>, bm: struct<ok: bool, http: int64>, fancy: struct<ok: bool, (... 14 chars omitted)
child 0, mo: struct<ok: bool, http: int64>
child 0, ok: bool
child 1, http: int64
child 1, bm: struct<ok: bool, http: int64>
child 0, ok: bool
child 1, http: int64
child 2, fancy: struct<ok: bool, http: int64>
child 0, ok: bool
child 1, http: int64
child 11, detail_football: struct<eid: string, http: int64, feed: string, mo: int64, bm: int64, fancy: int64, ok: bool>
child 0, eid: string
child 1, http: int64
child 2, feed: string
child 3, mo: int64
child 4, bm: int64
child 5, fancy: int64
child 6, ok: bool
child 12, detail_tennis: struct<eid: string, http: int64, feed: string, mo: int64, bm: int64, fancy: int64, ok: bool>
child 0, eid: string
child 1, http: int64
child 2, feed: string
child 3, mo: int64
child 4, bm: int64
child 5, fancy: int64
child 6, ok: bool
verdict: struct<chips: bool, cricket_listing: bool, cricket_detail: bool, cricket_feed_allpanel: bool, detail (... 96 chars omitted)
child 0, chips: bool
child 1, cricket_listing: bool
child 2, cricket_detail: bool
child 3, cricket_feed_allpanel: bool
child 4, detail_page_tv_score: bool
child 5, place_mo_bm_fancy: bool
child 6, virtual_listing_http: bool
child 7, allpanel_wired: bool
to
{'stamp': Value('string'), 'ts': Value('string'), 'checks': {'chips': {'http': Value('int64'), 'ok': Value('bool'), 'n': Value('int64'), 'sample': List(Value('int64'))}, 'listing_cricket': {'http': Value('int64'), 'ok': Value('bool'), 'events': Value('int64'), 'sample': List(Value('string'))}, 'listing_soccer': {'http': Value('int64'), 'ok': Value('bool'), 'events': Value('int64'), 'sample': List(Value('string'))}, 'listing_tennis': {'http': Value('int64'), 'ok': Value('bool'), 'events': Value('int64'), 'sample': List(Value('string'))}, 'listing_virtual': {'http': Value('int64'), 'ok': Value('bool'), 'events': Value('int64'), 'sample': List(Value('null'))}, 'listing_horse': {'http': Value('int64'), 'ok': Value('bool'), 'events': Value('int64'), 'sample': List(Value('string'))}, 'detail_cricket': {'http': Value('int64'), 'feed': Value('string'), 'mo': Value('int64'), 'bm': Value('int64'), 'fancy': Value('int64'), 'groups': Value('int64'), 'group_titles': List(Value('string')), 'ok': Value('bool')}, 'detail_page': {'http': Value('int64'), 'ok': Value('bool'), 'has_tv_iframe': Value('bool'), 'has_scorecard': Value('bool'), 'bytes': Value('int64')}, 'tv_probe': {'http': Value('int64'), 'body': {'ok': Value('bool'), 'available': Value('bool'), 'source': Value('string'), 'url': Value('null'), 'streamUrl': Value('null'), 'message': Value('string')}}, 'scorecard': {'http': Value('int64'), 'ok': Value('bool'), 'bytes': Value('int64'), 'source_hdr': Value('null')}, 'place': {'mo': {'ok': Value('bool'), 'http': Value('int64')}, 'bm': {'ok': Value('bool'), 'http': Value('int64')}, 'fancy': {'ok': Value('bool'), 'http': Value('int64')}}, 'detail_football': {'eid': Value('string'), 'http': Value('int64'), 'feed': Value('string'), 'mo': Value('int64'), 'bm': Value('int64'), 'fancy': Value('int64'), 'ok': Value('bool')}, 'detail_tennis': {'eid': Value('string'), 'http': Value('int64'), 'feed': Value('string'), 'mo': Value('int64'), 'bm': Value('int64'), 'fancy': Value('int64'), 'ok': Value('bool')}}, 'verdict': {'chips': Value('bool'), 'cricket_listing': Value('bool'), 'cricket_detail': Value('bool'), 'cricket_feed_allpanel': Value('bool'), 'detail_page_tv_score': Value('bool'), 'place_mo_bm_fancy': Value('bool'), 'virtual_listing_http': Value('bool'), 'allpanel_wired': Value('bool')}}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
return get_rows(
dataset=dataset,
...<4 lines>...
column_names=column_names,
)
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
File "/src/services/worker/src/worker/utils.py", line 478, in safe_iter
yield from ds.decode(False) if ds.features else ds
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2818, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
for key, pa_table in self._iter_arrow():
~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_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
stamp: string
ts: int64
chips: struct<code: int64, body: string>
child 0, code: int64
child 1, body: string
listing_cricket: struct<code: int64, len: int64, detail_links: int64, sample: list<item: null>>
child 0, code: int64
child 1, len: int64
child 2, detail_links: int64
child 3, sample: list<item: null>
child 0, item: null
listing_soccer: struct<code: int64, len: int64, detail_links: int64, sample: list<item: null>>
child 0, code: int64
child 1, len: int64
child 2, detail_links: int64
child 3, sample: list<item: null>
child 0, item: null
listing_tennis: struct<code: int64, len: int64, detail_links: int64, sample: list<item: null>>
child 0, code: int64
child 1, len: int64
child 2, detail_links: int64
child 3, sample: list<item: null>
child 0, item: null
listing_horse: struct<code: int64, len: int64, detail_links: int64, sample: list<item: null>>
child 0, code: int64
child 1, len: int64
child 2, detail_links: int64
child 3, sample: list<item: null>
child 0, item: null
listing_greyhound: struct<code: int64, len: int64, detail_links: int64, sample: list<item: null>>
child 0, code: int64
child 1, len: int64
child 2, detail_links: int64
child 3, sample: list<item: null>
child 0, item: null
listing_virtual: struct<code: int64, len: int64, detail_links: int64, sample: list<item: null>>
child 0, code: int64
child 1, len: int64
child 2, detail_links: int64
child 3, sample: list<item: null>
child
...
source_hdr: null
child 10, place: struct<mo: struct<ok: bool, http: int64>, bm: struct<ok: bool, http: int64>, fancy: struct<ok: bool, (... 14 chars omitted)
child 0, mo: struct<ok: bool, http: int64>
child 0, ok: bool
child 1, http: int64
child 1, bm: struct<ok: bool, http: int64>
child 0, ok: bool
child 1, http: int64
child 2, fancy: struct<ok: bool, http: int64>
child 0, ok: bool
child 1, http: int64
child 11, detail_football: struct<eid: string, http: int64, feed: string, mo: int64, bm: int64, fancy: int64, ok: bool>
child 0, eid: string
child 1, http: int64
child 2, feed: string
child 3, mo: int64
child 4, bm: int64
child 5, fancy: int64
child 6, ok: bool
child 12, detail_tennis: struct<eid: string, http: int64, feed: string, mo: int64, bm: int64, fancy: int64, ok: bool>
child 0, eid: string
child 1, http: int64
child 2, feed: string
child 3, mo: int64
child 4, bm: int64
child 5, fancy: int64
child 6, ok: bool
verdict: struct<chips: bool, cricket_listing: bool, cricket_detail: bool, cricket_feed_allpanel: bool, detail (... 96 chars omitted)
child 0, chips: bool
child 1, cricket_listing: bool
child 2, cricket_detail: bool
child 3, cricket_feed_allpanel: bool
child 4, detail_page_tv_score: bool
child 5, place_mo_bm_fancy: bool
child 6, virtual_listing_http: bool
child 7, allpanel_wired: bool
to
{'stamp': Value('string'), 'ts': Value('string'), 'checks': {'chips': {'http': Value('int64'), 'ok': Value('bool'), 'n': Value('int64'), 'sample': List(Value('int64'))}, 'listing_cricket': {'http': Value('int64'), 'ok': Value('bool'), 'events': Value('int64'), 'sample': List(Value('string'))}, 'listing_soccer': {'http': Value('int64'), 'ok': Value('bool'), 'events': Value('int64'), 'sample': List(Value('string'))}, 'listing_tennis': {'http': Value('int64'), 'ok': Value('bool'), 'events': Value('int64'), 'sample': List(Value('string'))}, 'listing_virtual': {'http': Value('int64'), 'ok': Value('bool'), 'events': Value('int64'), 'sample': List(Value('null'))}, 'listing_horse': {'http': Value('int64'), 'ok': Value('bool'), 'events': Value('int64'), 'sample': List(Value('string'))}, 'detail_cricket': {'http': Value('int64'), 'feed': Value('string'), 'mo': Value('int64'), 'bm': Value('int64'), 'fancy': Value('int64'), 'groups': Value('int64'), 'group_titles': List(Value('string')), 'ok': Value('bool')}, 'detail_page': {'http': Value('int64'), 'ok': Value('bool'), 'has_tv_iframe': Value('bool'), 'has_scorecard': Value('bool'), 'bytes': Value('int64')}, 'tv_probe': {'http': Value('int64'), 'body': {'ok': Value('bool'), 'available': Value('bool'), 'source': Value('string'), 'url': Value('null'), 'streamUrl': Value('null'), 'message': Value('string')}}, 'scorecard': {'http': Value('int64'), 'ok': Value('bool'), 'bytes': Value('int64'), 'source_hdr': Value('null')}, 'place': {'mo': {'ok': Value('bool'), 'http': Value('int64')}, 'bm': {'ok': Value('bool'), 'http': Value('int64')}, 'fancy': {'ok': Value('bool'), 'http': Value('int64')}}, 'detail_football': {'eid': Value('string'), 'http': Value('int64'), 'feed': Value('string'), 'mo': Value('int64'), 'bm': Value('int64'), 'fancy': Value('int64'), 'ok': Value('bool')}, 'detail_tennis': {'eid': Value('string'), 'http': Value('int64'), 'feed': Value('string'), 'mo': Value('int64'), 'bm': Value('int64'), 'fancy': Value('int64'), 'ok': Value('bool')}}, 'verdict': {'chips': Value('bool'), 'cricket_listing': Value('bool'), 'cricket_detail': Value('bool'), 'cricket_feed_allpanel': Value('bool'), 'detail_page_tv_score': Value('bool'), 'place_mo_bm_fancy': Value('bool'), 'virtual_listing_http': Value('bool'), 'allpanel_wired': Value('bool')}}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
No dataset card yet
- Downloads last month
- 28