otld.utils.clean_pce.split_year_month

otld.utils.clean_pce.split_year_month(string: str) tuple[str]

Split combined year and month.

Args:

string (str): Combined string containing year and month.

Returns:

tuple[str]: Tuple of strings containing the year and month (year, month).