diff options
Diffstat (limited to 'python/citco_ops/remote.py')
| -rw-r--r-- | python/citco_ops/remote.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/citco_ops/remote.py b/python/citco_ops/remote.py index 9c90bd18..41db95e6 100644 --- a/python/citco_ops/remote.py +++ b/python/citco_ops/remote.py @@ -73,7 +73,7 @@ class Report: ) self._conn.commit() if "strategy" in df.columns: - df["strategy"] = df["strategy"].str.replace("MORTGAGES/M_", "MORTGAGES/") + df["strategy"] = df["strategy"].str.replace("/M_", "/") df.to_sql(self.table, dawn_engine, if_exists="append", index=False) |
