We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f3401 commit 2a8b7b8Copy full SHA for 2a8b7b8
genie/database_to_staging.py
@@ -104,7 +104,7 @@
104
105
106
# TODO: Add to transform.py
107
-def _to_redact_interval(df_col: : pd.Series) -> Tuple[pd.Series, pd.Series]:
+def _to_redact_interval(df_col: pd.Series) -> Tuple[pd.Series, pd.Series]:
108
"""
109
Determines year values that are "<18" and interval values >89 that need to be redacted
110
Returns bool because BIRTH_YEAR needs to be redacted as well based
0 commit comments