Skip to content

Commit 52a008c

Browse files
committedMay 10, 2023
References must be unique within a period and grouping
1 parent 49ceeb6 commit 52a008c

File tree

1 file changed

+1
-1
lines changed
  • statistical_methods_library/imputation

1 file changed

+1
-1
lines changed
 

‎statistical_methods_library/imputation/engine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def impute(
140140
input_df,
141141
input_params,
142142
type_mapping,
143-
["ref", "period"],
143+
["ref", "period", "grouping"],
144144
["target", "forward", "backward", "construction"],
145145
)
146146

0 commit comments

Comments
 (0)
Please sign in to comment.