aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/external_deriv_marks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/external_deriv_marks.py b/python/external_deriv_marks.py
index 6efbc37a..67d0d8f3 100644
--- a/python/external_deriv_marks.py
+++ b/python/external_deriv_marks.py
@@ -81,7 +81,6 @@ def citi_navs(date: datetime.date = None, **kwargs):
dfs = []
glob_str = f"{date:%Y%m%d}*" if date else "*"
for fname in (DAILY_DIR / "CITI_reports").glob(f"262966_Portfolio_{glob_str}.xlsx"):
- print(fname)
df = pd.read_excel(
fname, skiprows=6, skipfooter=2, parse_dates=["Trade Date", "Value Date"]
)