mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
OOPS!
Old changes persisted
This commit is contained in:
parent
9a2193d1a4
commit
d16d0109a4
1 changed files with 0 additions and 7 deletions
|
@ -496,13 +496,6 @@ class ScoreNarwhal(Score):
|
||||||
field_names.AML_BOOLEAN
|
field_names.AML_BOOLEAN
|
||||||
].fillna(False)
|
].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[
|
self.df[field_names.POLLUTION_THRESHOLD_EXCEEDED] = self.df[
|
||||||
[
|
[
|
||||||
field_names.RMP_PCTILE_THRESHOLD,
|
field_names.RMP_PCTILE_THRESHOLD,
|
||||||
|
|
Loading…
Add table
Reference in a new issue