module documentation
| Function | _get |
Original WHO ICD-Data as Pandas DataFrames. |
| Variable | _log |
Undocumented |
def _get_original_icd10gm(file_or_url:
pathlib.Path | str) -> tuple[ pandas.DataFrame, pandas.DataFrame, pandas.DataFrame]:
(source)
¶
Original WHO ICD-Data as Pandas DataFrames.
See create_icd_catalog() for details.
| Parameters | |
filepathlib.Path | str | File path or URL. |
| Returns | |
tuple[ | Three data frames for chapters, blocks and codes. |
| Raises | |
FileNotFoundError | If the files wasn't found. |
requests.exceptions.HTTPError | If there's a problem with the URL. |