aboutsummaryrefslogtreecommitdiffstats
path: root/python/baml.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/baml.py')
-rw-r--r--python/baml.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/baml.py b/python/baml.py
index c173efa4..d07233f6 100644
--- a/python/baml.py
+++ b/python/baml.py
@@ -34,6 +34,7 @@ def load_cash_report(workdate: datetime.date):
path = DAILY_DIR / str(workdate) / "Reports" / f"Positions-{workdate}.csv"
df = pd.read_csv(
path,
+ index_col=False,
usecols=[
"Asset Class",
"Local Market Value",