module documentation

Helpers with pandas.

Some little helper's for and depending on the data science package pandas.

Function _get_original_icd10gm Original WHO ICD-Data as Pandas DataFrames.
Variable _log Undocumented

Original WHO ICD-Data as Pandas DataFrames.

See create_icd_catalog() for details.

Parameters
file_or_url:pathlib.Path | strFile path or URL.
Returns
tuple[pandas.DataFrame, pandas.DataFrame, pandas.DataFrame]Three data frames for chapters, blocks and codes.
Raises
FileNotFoundErrorIf the files wasn't found.
requests.exceptions.HTTPErrorIf there's a problem with the URL.

Undocumented