changed DEBUG mode for ERROR in pandas_TextParser_hdlr.py
After changing the following line:
https://git.noc.ac.uk/brecinosrivas/cdm-mapper/-/blob/master/common/pandas_TextParser_hdlr.py#L14
from
logger = logging_hdlr.init_logger(__name__,level = 'DEBUG')
to
logger = logging_hdlr.init_logger(__name__,level = 'ERROR')
the numba.core warnings disappear.