Dataset Preview
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 4 new columns ({'timestamp_added', 'barcode', 'timestamp_updated', 'variants'}) and 1 missing columns ({'phone'}).
This happened while the json dataset builder was generating data using
hf://datasets/Kgshop/techbase/inventory.json (at revision 7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8), ['hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/customers.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/held_bills.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/inventory.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/kassas.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/shifts.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/stock_history.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/transactions.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/users.json'], ['hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/customers.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/held_bills.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/inventory.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/kassas.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/shifts.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/stock_history.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/transactions.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/users.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.14/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
writer.write_table(table)
~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._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
id: string
name: string
barcode: string
variants: list<item: struct<id: string, option_name: string, option_value: string, price_regular: string, pric (... 93 chars omitted)
child 0, item: struct<id: string, option_name: string, option_value: string, price_regular: string, price_min: stri (... 81 chars omitted)
child 0, id: string
child 1, option_name: string
child 2, option_value: string
child 3, price_regular: string
child 4, price_min: string
child 5, price_wholesale: string
child 6, cost_price: string
child 7, stock: int64
child 8, image_url: string
timestamp_added: string
timestamp_updated: string
to
{'id': Value('string'), 'name': Value('string'), 'phone': 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 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
...<4 lines>...
)
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 4 new columns ({'timestamp_added', 'barcode', 'timestamp_updated', 'variants'}) and 1 missing columns ({'phone'}).
This happened while the json dataset builder was generating data using
hf://datasets/Kgshop/techbase/inventory.json (at revision 7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8), ['hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/customers.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/held_bills.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/inventory.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/kassas.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/shifts.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/stock_history.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/transactions.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/users.json'], ['hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/customers.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/held_bills.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/inventory.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/kassas.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/shifts.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/stock_history.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/transactions.json', 'hf://datasets/Kgshop/techbase@7ff96919996ae4f7459eaf0fe3b4a0adb5f031e8/users.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.
id string | name string | phone string |
|---|---|---|
4ecfe4e43f9a45c8adf5fcda9cc6a901 | Исмаил | 7081852834 |
c3aa6d101bc6474186e888c9cb99a044 | Александр Саламат | 7013602982 |
04d98178330e49b983d76d23be9b9855 | Не знаю | 7073714478 |
fa5a97b3386241568d69149553da59d4 | Гульнара | 7478740459 |
c1959fd055b64658876dcfd4e5ce3371 | Лаура | 77770692505 |
0d808127cdb1453aa284d62c48c6cc05 | Лаура | 770692505 |
fad5c4104da54f3c81f3c6648318aa76 | Авангард 252 | null |
351afd33f0e84a92b4faecaf7f9db51a | Про люкс | null |
5a34e3d3b60946a2ae34a15ea1728490 | Холодильник LG 509 MQWM | null |
fd2ae15eb67043b4a66bc3e38c320b7e | Авангард 360 витрины холод | null |
5acb2a35b10d4835b8fe1fd38033d53c | Холодильник Blesk BL-400FXNY | null |
1cadce5f34894d8ebd58edd5b16dd489 | Конка КRL-344W | null |
1ddd20c010cd4ddab9e6ccc416b39879 | Авангард 252 | null |
9b24a01d3c0b4075954fbe7376ecdc34 | Алмаком ACH-12QS | null |
00047aa2806a4ea2aef84ff85ece3839 | Алмаком ACH-07QS | null |
42b6bc8ed01a4f7eb47f211ef8ebfc2d | Алмаком ACH-09QS | null |
25e464b0ba44418fa83c208ad2284c58 | Алмаком ACH-12QI | null |
cc06a9df94b04a7b87b0209e3ad7c05e | Алмаком ACH-09QI инвектор | null |
14161127554a4267bf681c08973fbd50 | Алмаком ACH-07QI | null |
da1ca8c821734bb18e798e6326f14ec2 | Алмаком ACH-09QG | null |
8985d3a3ab914a62bc1fca2ae30a6e5a | Бирюса B-07TPQ-IK | null |
d567a6f34a6f4164a06a2771180dfa7b | Бирюса B-09TQP-IK | null |
ee033e09c0064264aa709b5ce1ed3a30 | Ясин YSH-12GDK | null |
bade1dbea3604a479e6098729c0ed071 | Ясин YSH-09GDK | null |
2d2c02b61c0c4da78926ba092aea3e27 | Ясин YSH-18GDK | null |
66a71ac5e45844f49d62da6aebe59632 | Посудомойка AVANT BG01B | null |
1be8dd04e3bd4e349c7bb28a941a7698 | Мини холодильник Blesk BL 65ZSW | null |
a934e1f1ed03444e832ee9de58610bd4 | Мини холодильник HD-50 Leadbros | null |
17b58994b4cd4c89aa03363936215e01 | Мини холодильник HD 95 | null |
fb1756dc88874b0fadd2361fe0c4475c | Мини холодильник Muxed HD-75 | null |
41c6a88c896c499194713acd44aead77 | Мини холодильник HD-89F | null |
fe25ab247cb3437e8c7f90b4f48bfde0 | Мини холодильник HD_99RBG | null |
0c0412be707241f6b153c18a966ab05e | Газ Valencia VGE 10E kon | null |
412dec20ddc641e68ef3bd2d150af0c3 | Газ Valencia VGE-10eCHUGUN | null |
7c78cf74ef1f49a88288895c81c6dd30 | Газ Milan Vee01 e белый | null |
34162d2db611415688039c7bb93953bc | Стир авангард АА2612WW | null |
e2935cd6a31f438b89decc4789b0d89a | Стиралка малютка XPB30-258P | null |
064a759abf564dc190342cb888713360 | Малютка стерпела XPB30-88S | null |
6a81a285418c4a339479ab1f5e9e2d1f | Газ Valencia VKE- 10E 3+1 | null |
7bb61aa515774d49a4d38edd34e6ec06 | Малютка орион 30-258SP | null |
6809ffb3bcd14d9b91a2d847120eb1c7 | Пылесос LG VC5320NNTR | null |
acf2131c7320465daf04799809f565be | Пылесос VC 5420NHCT | null |
88d31903443f4676bb188baa450d0047 | Пылесос VC 73189 | null |
d60dcddc294a470cb08c3747b2c0f81d | Пылесос LG VC73189NHTB | null |
f93257ce01b24f8786f44409923b6e94 | Пылесос LG VC73189NHTS | null |
bd76e0a5489844dabddcb8a42110dac7 | Мясорубка MkG 300DW | null |
cdb314e2cbd3467cbe944cf5c4dbacd1 | Робот пылесос M6 | null |
23ce1b5b18ee40e6b8efcb03c1299e9e | Пылесос LG VC83209UHA | null |
4b0847723a744d4a90558af9291d7c89 | Пылесос LG GC-Q257CAFV | null |
6017086248824e8b9e3c3ba859879b09 | Холодильник BL - 359FXW | null |
979e3889c6f04e45aa6db31a7b01402d | Вытяжка TF 4350 Black | null |
9edabe68f7f7488d8de132e0afb8d661 | Вытяжка TD0660 Black | null |
49d601c6a9844bbca7fb914ddb4468b9 | Вытяжка 0960 Black | null |
0a3571b7bbce459d911404a7e9bce71a | Вытяжка 0960Whete | null |
d4bdbca69810423386aa674562cb6e54 | Вытяжка 0960 in ox | null |
e7b5eeadeabc4fc18b6005e7c1da504c | Вытяжка 0960 B/W | null |
430555c76274469e8ceaaeb76a807c25 | Вытяжка 0960 Ivory | null |
bb1661111c9944cc941a11d6e649a13c | Вытяжка 0990Black | null |
0d1f4e0553d54e91963fbbcb2e3f45b5 | Вытяжка 0860 Black | null |
602eb3941b174c5ea04894042a0ff0d1 | Вытяжка TV45A60 Black | null |
d15dd41fde6241ada0f5fe9aa3684c29 | Вытяжка 45А90 Black | null |
dd10e08b1b4047bba004b985fbe3ccd8 | Витрин холодильник 390 FERE | null |
e916e711e02b45e6baf0af87fc2fbe93 | Морозильник ларь 268 Y | null |
898af95730c44dc69582d1fc7aa1f7ae | Холодильник BL-IN468FXNW Блеск | null |
05e39521895341579b4ba83397e38057 | Холодильник BL-Q332RWEN встроен Блеск | null |
422b848fda4d424a9f575432e1a622ac | Холодильник BL-503PQ4MIN сатбасай Блеск | null |
a90b83cf7c184d838003f8a0e18e67b7 | Холодильник BL-400FXST Блеск | null |
eb148e417e0f49df80a1b56167cad45c | Мини холодильник BCD-120DB Ясин | null |
8acbaa6f83dc462d873f69815e128f7a | Холодильник ясин BRD-328HBL | null |
04ee33c67edd43149e005a76d08dda7c | Электроплита P200CAJ 3х комф | null |
e524d50cfad34cbeb8355cdc0d5f1b95 | Электроплита Р200ВАВА 4х | null |
c489c5748fe5447984b7fa191e7b799d | Чайник Х5S тритовер | null |
2b227adc6ce04f9b982ca754d07ee242 | Стирка LG F2V3PS6W 8 кг | null |
fa25629b8a1948a3bde0cbefc25cc6f5 | Стиралки LG F2V3PS6J 8 кг | null |
29f93f926db34aa48263c474f9dee057 | Пылесос LG 69662N | null |
497156295b7b4620bd2ddb4cfcd0b5fd | Стиралки LG7кг F2V5HS2S | null |
b757f6fdd0ee496f97155ae786d8c9ba | Микро MM7P012LV-B | null |
9744289ce02646bfbb9a2cc2888cb154 | Микро MM7P012VL-W | null |
1d26bcb9abd34a82a8d9a3a909119d34 | Микро MM7P012VS-W | null |
c6e573f1285548d7a6907f399ed9e0f9 | Микро EM7P012VS-B | null |
4255d3e80040408697da132220036049 | Микро ЕМ7012MZ(W) | null |
ada7e95a3c88416db02aec3cb757a920 | Духовка 7ЕD09-CD | null |
40e6fc54e27b4d15833e2d65ad85a0fe | Духовка 7ЕLB13-CDA Bio ceramic | null |
55e0fc2209a1487ba431ce0fbdeb2feb | Духовка 7ЕD09-C8D7 | null |
c1aac8c501714119bc1c0445bd94ffa8 | Микроволновка печь 50К10 Black | null |
03d8c9f6a7cd4146a27e160b0a193ef4 | Микроволновая печь 50 К10 inox | null |
9f650058ca804837a9da8b31953f18e0 | Кондиционер колоник YSH-24GLA | null |
255b42c16fa84e9b84aa84ccb0208c4c | Холодильник LG 459 MLWM | null |
c48a67d4cd7849a799f31a2110ca7b82 | Сушилка диамонд 3/3 | null |
1b1c3b5539ae41f0a9ad4ded87c7167c | Холодильник LG GC-257KEHW | null |
a2a97a3b25424697b2af8d175f7a2038 | Стирка + сушка MK03D105B/S-C медиа | null |
1803f413008846f6b557861777864116 | Стиралки MFN60-S1003Slim | null |
fc1f9939514e4f3f94946aa9d67f8728 | Сушильная машина MD1180BH60/W/Midea | null |
ea0e941f88e34aaaba3fb68016b447cc | Сушильная машина MDA01H80/T Media | null |
cd0778826da04d878b61bcb2cbdac7ca | Стыковочный элемент MKF200 | null |
1a28b9502a034e89a75f47a197a941c8 | Колоник кондиционер YSH-36GLA | null |
cb09b3d0730c48f1b1769ff4eef7ed69 | Посудомоечная машина HAUSLER DW14-FBI15PAO | null |
d65552ba731b40b5bc85805404c6300f | Гладилка Березка | null |
2157050144d14303afa63b1cccd3b8b8 | Гладилка ingi | null |
b22a7dc37943411e9a1a2f7764b6e70c | Духовка 09-CDBioceramic | null |
End of preview.
README.md exists but content is empty.
- Downloads last month
- 2,417