From 4a25a28b0ec2905e0e5650897e6a53f6e4a4b57c Mon Sep 17 00:00:00 2001 From: Emma Nechamkin Date: Thu, 25 Aug 2022 10:54:13 -0400 Subject: [PATCH] just testing that the boolean is preserved on gha --- data/data-pipeline/data_pipeline/score/score_narwhal.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/data-pipeline/data_pipeline/score/score_narwhal.py b/data/data-pipeline/data_pipeline/score/score_narwhal.py index 5fb2923c..7e91a6c2 100644 --- a/data/data-pipeline/data_pipeline/score/score_narwhal.py +++ b/data/data-pipeline/data_pipeline/score/score_narwhal.py @@ -496,6 +496,13 @@ class ScoreNarwhal(Score): field_names.AML_BOOLEAN ].fillna(False) + logger.info( + f"{ self.df[field_names.AML_BOOLEAN_FILLED_IN].value_counts(dropna=False)}" + ) + logger.info( + f"{ self.df[field_names.AML_BOOLEAN].value_counts(dropna=False)}" + ) + self.df[field_names.POLLUTION_THRESHOLD_EXCEEDED] = self.df[ [ field_names.RMP_PCTILE_THRESHOLD,