Skip to content

Commit

Permalink
Merge branch 'nancodes' into nans_dv
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Sep 15, 2021
2 parents b00997f + 7aac1de commit ea6cae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _delphi_utils_python/delphi_utils/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def diff_exports(self) -> Tuple[Files, FileDiffMap, Files]:
for deleted_file in deleted_files:
deleted_df = pd.read_csv(deleted_file, dtype=export_csv_dtypes)
print(
f"Diff has deleted {deleted_file}; generating a CSV with corresponding deleted rows."
f"Diff deleted {deleted_file}; generating corresponding CSV with deleted rows."
)
deleted_df[["val", "se", "sample_size"]] = np.nan
deleted_df[["missing_val", "missing_se", "missing_sample_size"]] = Nans.DELETED
Expand Down

0 comments on commit ea6cae8

Please sign in to comment.