Bernardosalerno's picture
Update README.md
19d7927 verified
---
language:
- en
license: mit
task_categories:
- text-generation
- table-question-answering
size_categories:
- 1K<n<10K
---
# ๐Ÿฅ Medical Transcriptions - Cleaned JSONL Dataset
This dataset is a cleaned, normalized, and strictly formatted (`JSONL`) version of the original Medical Transcriptions dataset. It has been specifically processed to be instantly ready for NLP training tasks, handling missing values, standardizing text, and structuring nested data to avoid common CSV parsing errors.
## ๐Ÿ”— Code & Full Documentation (GitHub)
Do you want to see exactly **how** this data was cleaned?
The complete Python source code (Jupyter Notebook) and a comprehensive technical manual in PDF ("Python per il Data Cleaning: teoria e pratica") are available on my GitHub repository:
๐Ÿ‘‰ **[View the Code and Documentation on GitHub](https://github.com/Bernardosalerno/Data-cleaning-and-documentation-process-full-guide)**
## ๐Ÿ› ๏ธ Data Processing Highlights
* **Format:** Converted from raw CSV to validated `JSONL`.
* **Filtering:** Removed incomplete, noisy, or excessively short clinical transcripts.
* **Normalization:** Regex applied to clean text, handle hidden characters, and format strings.
* **Validation:** Automated checks to guarantee 0 duplicates and 0 critical null values.
## ๐Ÿ™ Acknowledgements
This dataset is a processed and refined version of the raw data originally provided by `tchebonenko/MedicalTranscriptions` (derived from MTSamples).