
karthikqnq/qnqgpt2
Text Generation
•
0.1B
•
Updated
•
4
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 58 new columns ({'use3', 'sideEffect3', 'sideEffect13', 'sideEffect7', 'sideEffect15', 'use4', 'sideEffect41', 'substitute1', 'sideEffect24', 'sideEffect5', 'sideEffect30', 'sideEffect27', 'sideEffect32', 'sideEffect26', 'sideEffect37', 'name', 'use1', 'sideEffect1', 'sideEffect31', 'sideEffect8', 'sideEffect11', 'sideEffect36', 'id', 'sideEffect38', 'sideEffect14', 'sideEffect39', 'sideEffect2', 'sideEffect9', 'sideEffect22', 'sideEffect25', 'use0', 'sideEffect21', 'sideEffect4', 'use2', 'sideEffect34', 'sideEffect33', 'Chemical Class', 'substitute3', 'Action Class', 'substitute0', 'sideEffect12', 'sideEffect10', 'Therapeutic Class', 'sideEffect19', 'substitute2', 'sideEffect20', 'sideEffect28', 'sideEffect29', 'substitute4', 'sideEffect18', 'sideEffect23', 'sideEffect35', 'sideEffect6', 'sideEffect40', 'Habit Forming', 'sideEffect0', 'sideEffect17', 'sideEffect16'}) and 6 missing columns ({'mrp', 'price', 'Name', 'pack_size', 'rating', 'rating_count'}). This happened while the csv dataset builder was generating data using hf://datasets/karthikqnq/1mgdataset/medicine_dataset.csv (at revision 660fdcace3fe04a4f2b51fbc1bd68480c3a1dab3) 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 "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1870, in _prepare_split_single writer.write_table(table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 622, in write_table pa_table = table_cast(pa_table, self._schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2292, in table_cast return cast_table_to_schema(table, schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2240, in cast_table_to_schema raise CastError( datasets.table.CastError: Couldn't cast id: int64 name: string substitute0: string substitute1: string substitute2: string substitute3: string substitute4: string sideEffect0: string sideEffect1: string sideEffect2: string sideEffect3: string sideEffect4: string sideEffect5: string sideEffect6: string sideEffect7: string sideEffect8: string sideEffect9: string sideEffect10: string sideEffect11: string sideEffect12: string sideEffect13: string sideEffect14: string sideEffect15: string sideEffect16: string sideEffect17: string sideEffect18: string sideEffect19: string sideEffect20: string sideEffect21: string sideEffect22: string sideEffect23: string sideEffect24: string sideEffect25: string sideEffect26: string sideEffect27: string sideEffect28: string sideEffect29: string sideEffect30: string sideEffect31: string sideEffect32: string sideEffect33: string sideEffect34: string sideEffect35: double sideEffect36: double sideEffect37: double sideEffect38: double sideEffect39: double sideEffect40: double sideEffect41: double use0: string use1: string use2: string use3: string use4: string Chemical Class: string Habit Forming: string Therapeutic Class: string Action Class: string -- schema metadata -- pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 7329 to {'Name': Value(dtype='string', id=None), 'pack_size': Value(dtype='string', id=None), 'rating_count': Value(dtype='string', id=None), 'rating': Value(dtype='string', id=None), 'price': Value(dtype='string', id=None), 'mrp': Value(dtype='string', id=None)} 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 1417, 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 1049, in convert_to_parquet builder.download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 924, in download_and_prepare self._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1000, in _download_and_prepare self._prepare_split(split_generator, **prepare_split_kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1741, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1872, 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 58 new columns ({'use3', 'sideEffect3', 'sideEffect13', 'sideEffect7', 'sideEffect15', 'use4', 'sideEffect41', 'substitute1', 'sideEffect24', 'sideEffect5', 'sideEffect30', 'sideEffect27', 'sideEffect32', 'sideEffect26', 'sideEffect37', 'name', 'use1', 'sideEffect1', 'sideEffect31', 'sideEffect8', 'sideEffect11', 'sideEffect36', 'id', 'sideEffect38', 'sideEffect14', 'sideEffect39', 'sideEffect2', 'sideEffect9', 'sideEffect22', 'sideEffect25', 'use0', 'sideEffect21', 'sideEffect4', 'use2', 'sideEffect34', 'sideEffect33', 'Chemical Class', 'substitute3', 'Action Class', 'substitute0', 'sideEffect12', 'sideEffect10', 'Therapeutic Class', 'sideEffect19', 'substitute2', 'sideEffect20', 'sideEffect28', 'sideEffect29', 'substitute4', 'sideEffect18', 'sideEffect23', 'sideEffect35', 'sideEffect6', 'sideEffect40', 'Habit Forming', 'sideEffect0', 'sideEffect17', 'sideEffect16'}) and 6 missing columns ({'mrp', 'price', 'Name', 'pack_size', 'rating', 'rating_count'}). This happened while the csv dataset builder was generating data using hf://datasets/karthikqnq/1mgdataset/medicine_dataset.csv (at revision 660fdcace3fe04a4f2b51fbc1bd68480c3a1dab3) 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.
Name
string | pack_size
string | rating_count
string | rating
string | price
string | mrp
string |
---|---|---|---|---|---|
Tata 1mg Glucosamine HCL 1500 mg Tablets for Joint Health with Boswellia Serrata, Collagen Peptide, L-Arginine, and Curcuma Longa
|
bottle of 60 tablets
|
284 ratings
|
4.1
|
₹995
|
₹399
|
Tata 1mg Multivitamin Supreme, Zinc, Calcium and Vitamin D Immunity Booster Capsule
|
bottle of 60 capsules
|
820 ratings
|
4.1
|
₹995
|
₹498
|
HealthVit Lgm 500mg Capsule
|
bottle of 60 capsules
|
No reviews
|
Nan
|
₹1200
|
₹980
|
Zincovit Tablet
|
strip of 15 tablets
|
4433 ratings
|
4.5
|
₹105
|
₹89
|
Tata 1mg Vitamin B Complex Capsules
|
bottle of 60 capsules
|
7 ratings
|
4.6
|
₹595
|
₹448
|
Shelcal 500 Tablet
|
strip of 15 tablets
|
4345 ratings
|
4.5
|
₹119.5
|
₹111
|
Swisse Ultiboost Co-Enzyme Q10 150mg Capsule
|
bottle of 50 capsules
|
No reviews
|
Nan
|
₹1899
|
₹1291
|
Depura 60000 IU Vitamin D3 Oral Solution, Helps Keep Bones Healthy, Aids in Boosting Immunity Sugar Free
|
bottle of 5 ml Oral Solution
|
603 ratings
|
4.5
|
₹94.99
|
₹93
|
Shelcal XT Tablet
|
strip of 15 tablets
|
772 ratings
|
4.5
|
₹377.25
|
₹352
|
Tata 1mg Probiotics 30 Billion CFUs+ Capsule with Prebiotic Fibre
|
bottle of 60 capsules
|
12 ratings
|
4.8
|
₹595
|
₹299
|
HealthVit Inositol 650mg Capsule
|
bottle of 60 capsules
|
No reviews
|
Nan
|
₹900
|
₹747
|
D-Rise 60K Capsule
|
strip of 4 soft gelatin capsules
|
1506 ratings
|
4.5
|
₹146.9
|
₹121
|
Evion 400mg Capsule
|
strip of 10 capsules
|
5882 ratings
|
4.5
|
₹35.9
|
₹32
|
TrueBasics Multivit Women Tablet
|
bottle of 90 tablets
|
17 ratings
|
4.2
|
₹1699
|
₹1478
|
HealthVit L-Glutathione Reduced 100mg Capsule
|
bottle of 60 capsules
|
17 ratings
|
3.2
|
₹1400
|
₹1161
|
Tata 1mg Calcium + Vitamin D3, Zinc, Magnesium and Alfalfa Tablets for Joint Health & Immunity
|
bottle of 60 tablets
|
935 ratings
|
4.2
|
₹595
|
₹248
|
Tata 1mg Salmon Omega 3 Fish Oil Capsule
|
bottle of 60 capsules
|
713 ratings
|
4.4
|
₹995
|
₹498
|
Revital H Woman Tablet
|
bottle of 30 tablets
|
1180 ratings
|
4.5
|
₹345
|
₹325
|
Jointcart Plus Tablet
|
strip of 10 tablets
|
No reviews
|
Nan
|
No discounts
|
MRP₹310
|
Tata 1mg Melatonin 10mg Vegetarian Capsule for Calm & Restful Sleep
|
bottle of 30 capsules
|
34 ratings
|
4.1
|
₹510
|
₹256
|
Shelcal - HD Tablet
|
strip of 15 tablets
|
1449 ratings
|
4.5
|
₹113.6
|
₹109
|
Neurobion Forte Tablet
|
strip of 30 tablets
|
6269 ratings
|
4.5
|
₹34.7
|
₹33
|
Terravita Sleep Aid Vegetarian Tablet
|
box of 28 tablets
|
No reviews
|
Nan
|
₹899
|
₹497
|
Becosules Capsule
|
strip of 20 capsules
|
2978 ratings
|
4.5
|
₹50.23
|
₹43
|
Folvite 5mg Tablet
|
strip of 45 tablets
|
No reviews
|
Nan
|
₹76.54
|
₹71
|
Tata 1mg Senior 50+ Multivitamin & Multimineral Immunity Booster Zinc, Vitamin C, Calcium, and Vitamin D Veg Tablet
|
bottle of 60 tablets
|
274 ratings
|
4.2
|
₹895
|
₹399
|
Baidyanath (Nagpur) Rheumartho Tablet
|
bottle of 50 tablets
|
No reviews
|
Nan
|
₹225
|
₹191
|
Becosules Z Capsule
|
strip of 20 capsules
|
2518 ratings
|
4.6
|
₹45.96
|
₹42
|
Tata 1mg Immunity & Wellness Supplement Tablet
|
bottle of 15 tablets
|
24 ratings
|
4.5
|
₹99
|
₹90
|
Orofer XT Tablet
|
strip of 10 tablets
|
809 ratings
|
4.3
|
₹172.4
|
₹170
|
Becadexamin Soft Gelatin Capsule
|
bottle of 30 soft gelatin capsules
|
2786 ratings
|
4.5
|
No discounts
|
MRP₹46.4
|
Seacod Cod Liver Oil Capsule
|
bottle of 110 soft gelatin capsules
|
887 ratings
|
4.5
|
₹352.98
|
₹343
|
Cipcal 500 Tablet
|
strip of 15 tablets
|
676 ratings
|
4.5
|
₹86.5
|
₹83
|
Tata 1mg Calcium & Vitamin D Supplement Tablet
|
bottle of 15 tablets
|
21 ratings
|
4.6
|
₹99
|
₹90
|
New A to Z Gold Soft Gelatin Capsule
|
strip of 15 soft gelatin capsules
|
898 ratings
|
4.5
|
₹200
|
₹170
|
New Celin 500 Tablet
|
strip of 25 tablets
|
1949 ratings
|
4.4
|
₹42.84
|
₹36
|
Electral Powder
|
sachet of 21.8 gm Powder
|
2651 ratings
|
4.6
|
₹21.95
|
₹19
|
Seven Seas Original Cod-Liver Oil Capsule
|
bottle of 100 soft gelatin capsules
|
2266 ratings
|
4.5
|
₹320.9
|
₹311
|
Meganeuron OD Plus Capsule
|
strip of 10 capsules
|
No reviews
|
Nan
|
₹140
|
₹132
|
Tata 1mg Biotin + Tablet
|
bottle of 60 tablets
|
221 ratings
|
4.2
|
₹595
|
₹348
|
Tata 1mg Women's Multivitamin, Zinc, Vitamin C, Calcium, Vitamin D, and Iron Immunity Booster Tablet
|
bottle of 60 tablets
|
364 ratings
|
4.2
|
₹995
|
₹399
|
Rejunex CD 3 Tablet
|
strip of 10 tablets
|
615 ratings
|
4.4
|
₹220
|
₹208
|
Cobadex Czs Tablet
|
strip of 15 tablets
|
963 ratings
|
4.4
|
₹102.7
|
₹93
|
Seven Seas Original Cod-Liver Oil Capsule
|
bottle of 500 soft gelatin capsules
|
2266 ratings
|
4.5
|
₹1217.8
|
₹1202
|
Revital H Capsule
|
bottle of 60 soft gelatin capsules
|
1741 ratings
|
4.4
|
₹550
|
₹540
|
Calcirol Sachet
|
sachet of 1 gm Granules
|
1791 ratings
|
4.5
|
₹56.4
|
₹54
|
Keraglo Men Tablet
|
bottle of 30 tablets
|
399 ratings
|
4.1
|
No discounts
|
MRP₹642
|
Livogen Captab
|
strip of 15 captabs
|
714 ratings
|
4.5
|
₹76.1
|
₹71
|
Ostocalcium Plus Chewable Tablet
|
bottle of 30 Chewable Tablets
|
863 ratings
|
4.6
|
₹196.8
|
₹196
|
NutriBears Multivitamin Growth & Immunity Support Gummies Gummy
|
bottle of 30 gummies
|
8 ratings
|
4.6
|
₹399
|
₹376
|
Hairbless Tablet
|
strip of 10 tablets
|
831 ratings
|
4.1
|
₹215
|
₹200
|
Revital H Capsule
|
bottle of 30 soft gelatin capsules
|
1741 ratings
|
4.4
|
₹310
|
₹272
|
Gemcal Soft Gelatin Capsule
|
strip of 15 soft gelatin capsules
|
543 ratings
|
4.5
|
₹315
|
₹299
|
NutriBears Calcium+Vit D Complete Bone Support Gummies
|
bottle of 30 gummies
|
6 ratings
|
3.8
|
₹399
|
₹376
|
Enterogermina Probiotic Supplement For Diarrhea Treatment & Restoration Of Gut Flora, Suitable For Kids & Adults (5ml Each)
|
box of 10 bottles
|
211 ratings
|
4.5
|
₹598.8
|
₹491
|
Calcimax Forte+ Tablet
|
strip of 30 tablets
|
509 ratings
|
4.5
|
₹285
|
₹270
|
Nurokind-OD Tablet
|
strip of 20 tablets
|
476 ratings
|
4.4
|
₹159.72
|
₹132
|
HealthVit Iron 17mg Tablet
|
bottle of 60 tablets
|
51 ratings
|
4
|
₹250
|
₹192.5
|
Supracal Tablet
|
strip of 15 tablets
|
458 ratings
|
4.5
|
₹197
|
₹194
|
Dexorange Capsule
|
bottle of 30 capsules
|
648 ratings
|
4.5
|
No discounts
|
MRP₹155
|
Livogen-Z Captab
|
strip of 15 captabs
|
429 ratings
|
4.4
|
₹79.4
|
₹79
|
Nature's Island Multivitamin for Men Capsule
|
bottle of 60 capsules
|
No reviews
|
Nan
|
₹999
|
₹469
|
Nurokind-Plus RF Capsule
|
strip of 10 capsules
|
No reviews
|
Nan
|
No discounts
|
MRP₹105
|
Matilda Forte Capsule
|
strip of 15 capsules
|
412 ratings
|
4.4
|
₹334.9
|
₹318
|
Autrin Capsule
|
strip of 30 capsules
|
457 ratings
|
4.5
|
₹149.82
|
₹127
|
HealthVit Potassium Citrate 99mg Capsule
|
bottle of 60 capsules
|
5 ratings
|
4.4
|
₹500
|
₹355
|
Calcimax 500 Tablet
|
strip of 30 tablets
|
373 ratings
|
4.6
|
₹380
|
₹287
|
Bio-D3 Max Soft Gelatin Capsule
|
strip of 15 soft gelatin capsules
|
485 ratings
|
4.5
|
No discounts
|
MRP₹355
|
Evion 600mg Capsule
|
strip of 10 capsules
|
1061 ratings
|
4.4
|
₹51.7
|
₹49
|
Neuherbs True Vitamin with Iodine Tablet (30 Each)
|
combo pack of 2 bottles
|
No reviews
|
Nan
|
₹898
|
₹664
|
Methycobal Tablet
|
strip of 15 tablets
|
No reviews
|
Nan
|
₹121.8
|
₹103
|
MGD3 Tablet
|
strip of 10 tablets
|
211 ratings
|
4.5
|
₹245
|
₹236
|
Keraglo Eva Tablet
|
bottle of 30 tablets
|
322 ratings
|
4.2
|
₹642
|
₹622
|
HealthVit Mulvit Multivitamins & Minerals Tablet
|
bottle of 60 tablets
|
204 ratings
|
3.8
|
₹400
|
₹284
|
Dexorange Syrup
|
bottle of 200 ml Syrup
|
838 ratings
|
4.5
|
₹159
|
₹135
|
Shelcal CT Tablet
|
strip of 15 tablets
|
357 ratings
|
4.4
|
₹312.7
|
₹292
|
Revital H Capsule
|
strip of 10 soft gelatin capsules
|
300 ratings
|
4.3
|
₹110
|
₹97
|
Nurokind -Gold RF Capsule
|
strip of 10 capsules
|
429 ratings
|
4.4
|
₹99.9
|
₹91
|
Antoxid -HC Capsule
|
strip of 30 soft gelatin capsules
|
283 ratings
|
4.4
|
₹535.5
|
₹530
|
Caldikind Plus Soft Gelatin Capsule
|
strip of 10 soft gelatin capsules
|
307 ratings
|
4.4
|
₹155
|
₹133
|
Gemcal XT Tablet
|
strip of 15 tablets
|
144 ratings
|
4.5
|
₹325
|
₹264
|
Electral Powder
|
sachet of 4.4 gm Powder
|
2651 ratings
|
4.6
|
No discounts
|
MRP₹4.5
|
Homochek Capsule
|
strip of 10 soft gelatin capsules
|
317 ratings
|
4.3
|
₹97.5
|
₹87
|
Electral Powder Orange
|
sachet of 4.4 gm Powder
|
706 ratings
|
4.6
|
No discounts
|
MRP₹4.5
|
Tata 1mg Biotin + Tablet
|
bottle of 30 tablets
|
221 ratings
|
4.2
|
₹325
|
₹197
|
Beplex Forte Tablet
|
strip of 20 tablets
|
479 ratings
|
4.4
|
₹42.77
|
₹39.28
|
Renerve Plus Softgel Capsule
|
strip of 15 soft gelatin capsules
|
342 ratings
|
4.6
|
₹277
|
₹271
|
Gemcal-D3 Tablet
|
strip of 15 tablets
|
No reviews
|
Nan
|
₹180
|
₹148
|
Tetrafol Plus Tablet
|
strip of 10 tablets
|
283 ratings
|
3.7
|
₹218
|
₹185
|
Feronia -XT Tablet
|
strip of 10 tablets
|
167 ratings
|
4.5
|
₹156.1
|
₹132
|
Bio-D3 Plus Soft Gelatin Capsule
|
strip of 15 soft gelatin capsules
|
343 ratings
|
4.4
|
₹273.9
|
₹249
|
Tata 1mg Hair, Skin & Nails Supreme Collagen, Biotin, Zinc, Iron and Vitamin B Capsule
|
bottle of 60 capsules
|
230 ratings
|
3.8
|
₹695
|
₹349
|
Depura Kids Nano Drop
|
bottle of 15 ml Oral Drops
|
261 ratings
|
4.5
|
₹176.65
|
₹144
|
Absolut 3G Soft Gelatin Capsule
|
strip of 10 soft gelatin capsules
|
276 ratings
|
4.3
|
₹196
|
₹166
|
Zincovit Syrup
|
bottle of 200 ml Syrup
|
849 ratings
|
4.6
|
₹145
|
₹129
|
Normoz Tablet
|
strip of 10 tablets
|
206 ratings
|
4.3
|
₹265
|
₹225
|
Power Gummies - Hair & Nail Vitamins with Biotin
|
box of 120 gummies
|
8 ratings
|
4.3
|
₹2300
|
₹1610
|
Supracal Pro+ Tablet
|
strip of 15 tablets
|
294 ratings
|
4.5
|
₹245
|
₹202
|
Aristozyme Liquid Pineapple
|
bottle of 200 ml Liquid
|
426 ratings
|
4.5
|
₹113.85
|
₹96
|
Cartigen Forte + Tablet
|
strip of 10 tablets
|
120 ratings
|
4.3
|
₹409
|
₹347
|