File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,24 @@ Release date: 2023-03-08
4
4
5
5
## Synopsis
6
6
7
- Remove type validation for columns which are only used for data grouping .
7
+ Remove type validation for columns which are only used for data identification .
8
8
9
9
## Changes
10
10
11
- Previously, columns only used for data grouping in methods were only allowed
12
- to contain data of StringType. This doesn't really make sense since these
13
- columns are only used in group by clauses and thus the type doesn't matter.
14
- This release removes these restrictions.
11
+ Previously, columns used for data identification (both individual
12
+ contributors and data grouping) in methods were only allowed to contain
13
+ strings. This doesn't really make sense since these identification columns
14
+ are only used in contexts where the type doesn't matter. This release
15
+ removes these restrictions.
15
16
16
17
## Notes
17
18
18
19
The effected methods and associated columns (named by method parameter) are
19
20
as follows:
20
21
21
- * Imputation - ` grouping_col `
22
- * HT Ratio Estimation - ` strata_col ` and ` calibration_group_col `
23
- * Winsorisation - ` grouping_col `
22
+ * Imputation - ` reference_col ` and ` grouping_col `
23
+ * HT Ratio Estimation - ` unique_identifier_col ` , ` strata_col ` and
24
+ ` calibration_group_col `
25
+ * Winsorisation - ` reference_col ` and ` grouping_col `
24
26
25
27
This release does not have any impact on method outputs.
You can’t perform that action at this time.
0 commit comments