archaeo_super_prompt.dataset.normalization.intervention_date.month_normalization
source module archaeo_super_prompt.dataset.normalization.intervention_date.month_normalization
Code to transform a noisy month string into a numerical month.
Functions
-
to_int_month — Convert a string of month into its integer format.
source to_int_month(month_str: str) → int
Convert a string of month into its integer format.
Raises
-
Exception