Dataset Viewer
Duplicate
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
name: string
description: string
canonical: string
license: string
cite_as: string
cards: list<item: struct<card_id: string, name_ru: string, name_en: string, is_major: bool, keywords_ru: li (... 51 chars omitted)
  child 0, item: struct<card_id: string, name_ru: string, name_en: string, is_major: bool, keywords_ru: list<item: st (... 39 chars omitted)
      child 0, card_id: string
      child 1, name_ru: string
      child 2, name_en: string
      child 3, is_major: bool
      child 4, keywords_ru: list<item: string>
          child 0, item: string
      child 5, keywords_en: list<item: string>
          child 0, item: string
homepage: string
keywords: list<item: string>
  child 0, item: string
licenses: list<item: struct<name: string, title: string, path: string>>
  child 0, item: struct<name: string, title: string, path: string>
      child 0, name: string
      child 1, title: string
      child 2, path: string
resources: list<item: struct<name: string, path: string, format: string, mediatype: string, encoding: string, d (... 113 chars omitted)
  child 0, item: struct<name: string, path: string, format: string, mediatype: string, encoding: string, description: (... 101 chars omitted)
      child 0, name: string
      child 1, path: string
      child 2, format: string
      child 3, mediatype: string
      child 4, encoding: string
      child 5, description: string
      child 6, schema: struct<fields: list<item: struct<name: string, type: string, description: string>>>
          child 0, fields: list<item: struct<name: string, type: string, description: string>>
              child 0, item: struct<name: string, type: string, description: string>
                  child 0, name: string
                  child 1, type: string
                  child 2, description: string
title: string
to
{'name': Value('string'), 'title': Value('string'), 'description': Value('string'), 'licenses': List({'name': Value('string'), 'title': Value('string'), 'path': Value('string')}), 'keywords': List(Value('string')), 'homepage': Value('string'), 'resources': List({'name': Value('string'), 'path': Value('string'), 'format': Value('string'), 'mediatype': Value('string'), 'encoding': Value('string'), 'description': Value('string'), 'schema': {'fields': List({'name': Value('string'), 'type': Value('string'), 'description': Value('string')})}})}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 149, 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 129, 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 489, 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
              name: string
              description: string
              canonical: string
              license: string
              cite_as: string
              cards: list<item: struct<card_id: string, name_ru: string, name_en: string, is_major: bool, keywords_ru: li (... 51 chars omitted)
                child 0, item: struct<card_id: string, name_ru: string, name_en: string, is_major: bool, keywords_ru: list<item: st (... 39 chars omitted)
                    child 0, card_id: string
                    child 1, name_ru: string
                    child 2, name_en: string
                    child 3, is_major: bool
                    child 4, keywords_ru: list<item: string>
                        child 0, item: string
                    child 5, keywords_en: list<item: string>
                        child 0, item: string
              homepage: string
              keywords: list<item: string>
                child 0, item: string
              licenses: list<item: struct<name: string, title: string, path: string>>
                child 0, item: struct<name: string, title: string, path: string>
                    child 0, name: string
                    child 1, title: string
                    child 2, path: string
              resources: list<item: struct<name: string, path: string, format: string, mediatype: string, encoding: string, d (... 113 chars omitted)
                child 0, item: struct<name: string, path: string, format: string, mediatype: string, encoding: string, description: (... 101 chars omitted)
                    child 0, name: string
                    child 1, path: string
                    child 2, format: string
                    child 3, mediatype: string
                    child 4, encoding: string
                    child 5, description: string
                    child 6, schema: struct<fields: list<item: struct<name: string, type: string, description: string>>>
                        child 0, fields: list<item: struct<name: string, type: string, description: string>>
                            child 0, item: struct<name: string, type: string, description: string>
                                child 0, name: string
                                child 1, type: string
                                child 2, description: string
              title: string
              to
              {'name': Value('string'), 'title': Value('string'), 'description': Value('string'), 'licenses': List({'name': Value('string'), 'title': Value('string'), 'path': Value('string')}), 'keywords': List(Value('string')), 'homepage': Value('string'), 'resources': List({'name': Value('string'), 'path': Value('string'), 'format': Value('string'), 'mediatype': Value('string'), 'encoding': Value('string'), 'description': Value('string'), 'schema': {'fields': List({'name': Value('string'), 'type': Value('string'), 'description': Value('string')})}})}
              because column names don't match

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.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Колода Таро Райдера-Уэйта: 78 карт с русскими и английскими названиями

Полный список колоды: 22 старших аркана и 56 младших в четырёх мастях. Русские и английские названия, признак старшего аркана, ключевые слова значений. Названия совпадают с колодой продакшн-бота, поэтому данные и разборы на сайте согласованы между собой.

  • Строк: 78
  • Лицензия: CC BY 4.0
  • Источник и канонический адрес: https://ai-tarolog.ru/karty/
  • Воспроизведение: python3 reproduce.py — скачивает исходный JSON с сайта и пересобирает таблицу, так что расхождение всегда видно.

Файлы

  • tarot-deck.csv — плоская таблица
  • karty-taro.json — исходный JSON, как его отдаёт сайт
  • datapackage.json — описание схемы (Frictionless Data)
  • reproduce.py — воспроизводимая пересборка

Ссылка на источник

Znakai (Rider-Waite tarot deck: all 78 cards with RU/EN names and keywords). CC BY 4.0. https://ai-tarolog.ru/karty/

Downloads last month
29