aboutsummaryrefslogtreecommitdiffstats
path: root/python/load_globeop_report.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/load_globeop_report.py')
-rw-r--r--python/load_globeop_report.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/load_globeop_report.py b/python/load_globeop_report.py
index 7b4fd2df..2e2ced15 100644
--- a/python/load_globeop_report.py
+++ b/python/load_globeop_report.py
@@ -117,6 +117,7 @@ def read_cds_report(f):
"Clearing Fee",
"Trading Notional",
"BBGID",
+ "Business Unit",
]
df = df.drop(to_drop, axis=1, errors="ignore")
df2 = df2.drop(to_drop, axis=1, errors="ignore")