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 5 new columns ({'page_id', 'timestamp', 'wikitext', 'categories', 'title'}) and 1 missing columns ({'text'}).

This happened while the json dataset builder was generating data using

hf://datasets/kaaath-i/kochwiki-ir-data/kochwiki_data/rezepte.json (at revision 2d3d7c011f786531c5fc54895a859bad3ac0314f), [/tmp/hf-datasets-cache/medium/datasets/72121912291524-config-parquet-and-info-kaaath-i-kochwiki-ir-data-a542e5ee/hub/datasets--kaaath-i--kochwiki-ir-data/snapshots/2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/kategorien.json (origin=hf://datasets/kaaath-i/kochwiki-ir-data@2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/kategorien.json), /tmp/hf-datasets-cache/medium/datasets/72121912291524-config-parquet-and-info-kaaath-i-kochwiki-ir-data-a542e5ee/hub/datasets--kaaath-i--kochwiki-ir-data/snapshots/2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/rezepte.json (origin=hf://datasets/kaaath-i/kochwiki-ir-data@2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/rezepte.json), /tmp/hf-datasets-cache/medium/datasets/72121912291524-config-parquet-and-info-kaaath-i-kochwiki-ir-data-a542e5ee/hub/datasets--kaaath-i--kochwiki-ir-data/snapshots/2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/rezepte_parsed.json (origin=hf://datasets/kaaath-i/kochwiki-ir-data@2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/rezepte_parsed.json), /tmp/hf-datasets-cache/medium/datasets/72121912291524-config-parquet-and-info-kaaath-i-kochwiki-ir-data-a542e5ee/hub/datasets--kaaath-i--kochwiki-ir-data/snapshots/2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/zubereitungen.json (origin=hf://datasets/kaaath-i/kochwiki-ir-data@2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/zubereitungen.json), /tmp/hf-datasets-cache/medium/datasets/72121912291524-config-parquet-and-info-kaaath-i-kochwiki-ir-data-a542e5ee/hub/datasets--kaaath-i--kochwiki-ir-data/snapshots/2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/zutaten.json (origin=hf://datasets/kaaath-i/kochwiki-ir-data@2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/zutaten.json), /tmp/hf-datasets-cache/medium/datasets/72121912291524-config-parquet-and-info-kaaath-i-kochwiki-ir-data-a542e5ee/hub/datasets--kaaath-i--kochwiki-ir-data/snapshots/2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/zutaten_parsed.json (origin=hf://datasets/kaaath-i/kochwiki-ir-data@2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/zutaten_parsed.json)]

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 1890, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 760, 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
              page_id: int64
              title: string
              wikitext: string
              timestamp: timestamp[s]
              categories: list<item: string>
                child 0, item: string
              to
              {'text': Value('string')}
              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 1347, 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 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, 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 1892, 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 5 new columns ({'page_id', 'timestamp', 'wikitext', 'categories', 'title'}) and 1 missing columns ({'text'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/kaaath-i/kochwiki-ir-data/kochwiki_data/rezepte.json (at revision 2d3d7c011f786531c5fc54895a859bad3ac0314f), [/tmp/hf-datasets-cache/medium/datasets/72121912291524-config-parquet-and-info-kaaath-i-kochwiki-ir-data-a542e5ee/hub/datasets--kaaath-i--kochwiki-ir-data/snapshots/2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/kategorien.json (origin=hf://datasets/kaaath-i/kochwiki-ir-data@2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/kategorien.json), /tmp/hf-datasets-cache/medium/datasets/72121912291524-config-parquet-and-info-kaaath-i-kochwiki-ir-data-a542e5ee/hub/datasets--kaaath-i--kochwiki-ir-data/snapshots/2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/rezepte.json (origin=hf://datasets/kaaath-i/kochwiki-ir-data@2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/rezepte.json), /tmp/hf-datasets-cache/medium/datasets/72121912291524-config-parquet-and-info-kaaath-i-kochwiki-ir-data-a542e5ee/hub/datasets--kaaath-i--kochwiki-ir-data/snapshots/2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/rezepte_parsed.json (origin=hf://datasets/kaaath-i/kochwiki-ir-data@2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/rezepte_parsed.json), /tmp/hf-datasets-cache/medium/datasets/72121912291524-config-parquet-and-info-kaaath-i-kochwiki-ir-data-a542e5ee/hub/datasets--kaaath-i--kochwiki-ir-data/snapshots/2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/zubereitungen.json (origin=hf://datasets/kaaath-i/kochwiki-ir-data@2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/zubereitungen.json), /tmp/hf-datasets-cache/medium/datasets/72121912291524-config-parquet-and-info-kaaath-i-kochwiki-ir-data-a542e5ee/hub/datasets--kaaath-i--kochwiki-ir-data/snapshots/2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/zutaten.json (origin=hf://datasets/kaaath-i/kochwiki-ir-data@2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/zutaten.json), /tmp/hf-datasets-cache/medium/datasets/72121912291524-config-parquet-and-info-kaaath-i-kochwiki-ir-data-a542e5ee/hub/datasets--kaaath-i--kochwiki-ir-data/snapshots/2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/zutaten_parsed.json (origin=hf://datasets/kaaath-i/kochwiki-ir-data@2d3d7c011f786531c5fc54895a859bad3ac0314f/kochwiki_data/zutaten_parsed.json)]
              
              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.

text
string
APPENDICES - römische Beilagen
A - zur Zeit ohne Dateiverwendung
Aal
Abendessen
Acar - Sauer Eingelegtes und Salate
Afrikanische Küche
Alexander Herrmann
Alfons Schuhbeck
Alfred Biolek
Alkoholfreie Cocktails
Alkoholfreie Coladas
Alkoholfreie Getränke
Alkoholfreie Shortdrinks
Alkoholische Getränke
Amuse-Gueule
Ananas
Anchovis
Andalusische Küche
Andreas Wojta
Angemachter Käse
Anisschnaps
Antike römische Küche
Antillen-Küche
Antipasti
Aperitifs
Aperitifs mit Wein
Apfel
Apfelkuchen
Apfelsorten
Appenzeller Küche
Applejacks
Aprikose
Apulische Küche
Apulischer Käse
Aquitanische Küche
Arabische Küche
Argentinische Küche
Armenische Küche
Armin Roßmeier
Aromatisierte Trinkbranntweine
Aromazutaten
Artischocke
Asiatische Küche
Asiatische Nudeln
Asiatische Nudelsorten
Asiatische Suppen
Aubergine
Auberginenauflauf
Aufbewahrung
Aufläufe
Austernpilze
Avocado
B - zur Zeit ohne zuzuordnendem Inhalt
Backformen
Backtechniken
Backtriebmittel
Backutensilien
Backwaren
Backwaren mit Kartoffeln
Badische Küche
Bagels
Baguette
Balearen-Küche
Balinesische Küche
Balkankäse
Balkanküche
Bami Goreng
Banane
Bandnudelsorten
Barsch
Base und Bumbu - Gewürzmischungen
Baseler Küche
Basisrezepte
Basisrezepte für Würzzutaten
Basisrezepte mit Ei
Basisrezepte mit Fisch und Meeresfrüchten
Basisrezepte mit Fleisch
Basisrezepte mit Gemüse
Basisrezepte mit Kartoffeln
Baskische Küche
Bayerische Küche
Bedrohte Fischarten
Beerenfrüchte
Beerenfrüchtesorten
Begriffe und Informationen
Begriffsklärung
Beilagen
Beispielkategorie 1
Beispielkategorie 2
Belgische Küche
Belgischer Käse
Benutzer aus Asien
Benutzer aus Baden-Württemberg
Benutzer aus Bayern
Benutzer aus Berlin
Benutzer aus Brandenburg
Benutzer aus Brasilien
Benutzer aus Bremen
Benutzer aus Deutschland
Benutzer aus Europa
End of preview.

No dataset card yet

Downloads last month
15