Release date: 2023-03-08
Remove type validation for columns which are only used for data identification.
Previously, columns used for data identification (both individual contributors and data grouping) in methods were only allowed to contain strings. This doesn't really make sense since these identification columns are only used in contexts where the type doesn't matter. This release removes these restrictions.
The effected methods and associated columns (named by method parameter) are as follows:
- Imputation -
reference_col
andgrouping_col
- HT Ratio Estimation -
unique_identifier_col
,strata_col
andcalibration_group_col
- Winsorisation -
reference_col
andgrouping_col
This release does not have any impact on method outputs.