aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/monthend_interest_recon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/monthend_interest_recon.py b/python/monthend_interest_recon.py
index c62261e2..bc32027d 100644
--- a/python/monthend_interest_recon.py
+++ b/python/monthend_interest_recon.py
@@ -160,6 +160,7 @@ if __name__ == "__main__":
left_index=True,
right_index=True,
)
+ df = df.fillna(0)
df["difference"] = df["amount"] - df["monthly_statement"]
if args.accept:
ssnc_df = export_data(start, end)