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 13 new columns ({'qc_packing_items', 'categories', 'cloud_files', 'orders', 'advances', 'expenses', 'dordoi_shipments', 'config', 'materials', 'sewing_tasks', 'monthly_salaries', 'defect_log', 'cutting_tasks'})

This happened while the json dataset builder was generating data using

hf://datasets/Kgshop/cech/data.json (at revision f756b11e4719a0fe2153dafe9cd97492ed9ce08b), [/tmp/hf-datasets-cache/medium/datasets/52426420594974-config-parquet-and-info-Kgshop-cech-9bd8123d/hub/datasets--Kgshop--cech/snapshots/f756b11e4719a0fe2153dafe9cd97492ed9ce08b/clients.json (origin=hf://datasets/Kgshop/cech@f756b11e4719a0fe2153dafe9cd97492ed9ce08b/clients.json), /tmp/hf-datasets-cache/medium/datasets/52426420594974-config-parquet-and-info-Kgshop-cech-9bd8123d/hub/datasets--Kgshop--cech/snapshots/f756b11e4719a0fe2153dafe9cd97492ed9ce08b/data.json (origin=hf://datasets/Kgshop/cech@f756b11e4719a0fe2153dafe9cd97492ed9ce08b/data.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 1887, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 674, 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
              materials: list<item: struct<id: string, name: string, quantity: string, unit: string, price_per_unit: string,  (... 139 chars omitted)
                child 0, item: struct<id: string, name: string, quantity: string, unit: string, price_per_unit: string, material_pe (... 127 chars omitted)
                    child 0, id: string
                    child 1, name: string
                    child 2, quantity: string
                    child 3, unit: string
                    child 4, price_per_unit: string
                    child 5, material_per_unit: string
                    child 6, items_per_unit: int64
                    child 7, type: string
                    child 8, category: string
                    child 9, timestamp_added: string
                    child 10, timestamp_last_updated: string
              categories: list<item: null>
                child 0, item: null
              cutting_tasks: list<item: struct<id: string, fabric_id: string, fabric_name: string, fabric_unit: string, cut_items (... 185 chars omitted)
                child 0, item: struct<id: string, fabric_id: string, fabric_name: string, fabric_unit: string, cut_items_quantity:  (... 173 chars omitted)
                    child 0, id: string
                    child 1, fabric_id: string
                    child 2, fabric_name: string
                    child 3, fabric_unit: string
                    child 4, cut_items_quantity: int64
                    child 5, fabric_used: string
                    child 6, status: string
                    child 7, sewn_quantity: int64
                    child 8, timestamp_created: string
                    child 9, timestamp_completed: string
                    child 10, material_cost: string
                    child 11, cutting_salary_cost: string
              sewing_tasks: list<item: struct<id: string, cutting_task_id: string, product
              ...
              ld 0, Абдулазиз: struct<role: string, earned: string, advances: string, final_payout: string>
                        child 0, role: string
                        child 1, earned: string
                        child 2, advances: string
                        child 3, final_payout: string
                    child 1, илхом: struct<role: string, earned: string, advances: string, final_payout: string>
                        child 0, role: string
                        child 1, earned: string
                        child 2, advances: string
                        child 3, final_payout: string
                    child 2, жанна: struct<role: string, earned: string, advances: string, final_payout: string>
                        child 0, role: string
                        child 1, earned: string
                        child 2, advances: string
                        child 3, final_payout: string
                    child 3, механик Леща: struct<role: string, earned: string, advances: string, final_payout: string>
                        child 0, role: string
                        child 1, earned: string
                        child 2, advances: string
                        child 3, final_payout: string
                    child 4, утюжник: struct<role: string, earned: string, advances: string, final_payout: string>
                        child 0, role: string
                        child 1, earned: string
                        child 2, advances: string
                        child 3, final_payout: string
              config: struct<salary_cutter_per_unit: string, salary_sewer_per_unit: string, salary_packer_per_unit: string (... 26 chars omitted)
                child 0, salary_cutter_per_unit: string
                child 1, salary_sewer_per_unit: string
                child 2, salary_packer_per_unit: string
                child 3, margin_per_item: string
              to
              {}
              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 1333, 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 966, 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 1736, 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 1889, 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 13 new columns ({'qc_packing_items', 'categories', 'cloud_files', 'orders', 'advances', 'expenses', 'dordoi_shipments', 'config', 'materials', 'sewing_tasks', 'monthly_salaries', 'defect_log', 'cutting_tasks'})
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/Kgshop/cech/data.json (at revision f756b11e4719a0fe2153dafe9cd97492ed9ce08b), [/tmp/hf-datasets-cache/medium/datasets/52426420594974-config-parquet-and-info-Kgshop-cech-9bd8123d/hub/datasets--Kgshop--cech/snapshots/f756b11e4719a0fe2153dafe9cd97492ed9ce08b/clients.json (origin=hf://datasets/Kgshop/cech@f756b11e4719a0fe2153dafe9cd97492ed9ce08b/clients.json), /tmp/hf-datasets-cache/medium/datasets/52426420594974-config-parquet-and-info-Kgshop-cech-9bd8123d/hub/datasets--Kgshop--cech/snapshots/f756b11e4719a0fe2153dafe9cd97492ed9ce08b/data.json (origin=hf://datasets/Kgshop/cech@f756b11e4719a0fe2153dafe9cd97492ed9ce08b/data.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.

materials
list
categories
list
cutting_tasks
list
sewing_tasks
list
qc_packing_items
list
defect_log
list
expenses
list
dordoi_shipments
list
cloud_files
list
orders
list
advances
list
monthly_salaries
dict
config
dict
[ { "id": "b3cbff25c59a4475b05f86c95439f350", "name": "103", "quantity": "10.00", "unit": "м", "price_per_unit": "2.4", "material_per_unit": "1.25", "items_per_unit": 0, "type": "fabric", "category": "Без категории", "timestamp_added": "2025-10-09T14:59:45.376512+06:00", "t...
[]
[ { "id": "c0226357642446a9928c20bb129c28f0", "fabric_id": "b3cbff25c59a4475b05f86c95439f350", "fabric_name": "103", "fabric_unit": "м", "cut_items_quantity": 450, "fabric_used": "550", "status": "completed", "sewn_quantity": 450, "timestamp_created": "2025-10-09T15:00:07.352682+06...
[ { "id": "ccad68d85d104f058eee371ca0e9fe7c", "cutting_task_id": "c0226357642446a9928c20bb129c28f0", "product_name": "103 Костя", "sewn_quantity": 450, "fittings_consumed": [ { "fitting_id": "a3a6ac00006540e2838dafe3df897620", "fitting_name": "замок", "quantity_used":...
[ { "id": "7b8431b2f5854b188e1a7bdfb1a3c62a", "sewing_task_id": "ccad68d85d104f058eee371ca0e9fe7c", "product_name": "103 Костя", "quantity": 450, "timestamp_packed": "2025-10-09T15:06:59.558037+06:00", "packed_material_cost": "1420200.000000000000000000000", "packed_salary_cost": "0.00", ...
[]
[]
[ { "shipment_id": "bb7baa2ec3f4488f81290e9016583287", "timestamp": "2025-10-09T15:16:01.412103+06:00", "items": [ { "product_name": "103 Костя", "quantity": 450 } ], "packed_item_id": "7b8431b2f5854b188e1a7bdfb1a3c62a" } ]
[]
[]
[]
{ "2025-05": { "Абдулазиз": { "role": "sewer", "earned": "0", "advances": "0", "final_payout": "0" }, "илхом": { "role": "sewer", "earned": "0", "advances": "0", "final_payout": "0" }, "жанна": { "role": "packer", "earned": "0", "advances": "0", "final_payout": "0" }, "механик Леща": { "role": "sewer", "earned": "0", "advances": "0", "final_payout": "0" }, "утюжник": { "role": "cutter", "earned": "0", "advances": "0", "final_payout": "0" } } }
{ "salary_cutter_per_unit": "0.00", "salary_sewer_per_unit": "0.00", "salary_packer_per_unit": "0.00", "margin_per_item": "0.00" }
README.md exists but content is empty.
Downloads last month
83