diff options
Diffstat (limited to 'python/collateral/__main__.py')
| -rw-r--r-- | python/collateral/__main__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/collateral/__main__.py b/python/collateral/__main__.py index 11fa69f1..dcf4e18a 100644 --- a/python/collateral/__main__.py +++ b/python/collateral/__main__.py @@ -107,7 +107,6 @@ for fund in ("Serenitas", "Brinker", "BowdSt"): cp, fund, bilat_positions, workdate, dawn_engine ) - df = pd.concat(df, names=["fund", "broker", "strategy"]).reset_index() df.strategy = df.strategy.str.replace("^(M_|SER_)?", "", 1, regex=True) df["fund"] = df.fund.map(fund_mapping) |
