Skip to content

Commit 3f60b1d

Browse files
committed
remove empty columns
1 parent c7016e6 commit 3f60b1d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/systemathics/apis/helpers/dataframe_helpers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,8 +1350,6 @@ def get_equity_intraday(ticker, start_date=None, end_date=None, start_time=None,
13501350
"Low": b.low,
13511351
"Close": b.close,
13521352
"Volume": b.volume,
1353-
"Count": b.count,
1354-
"Vwap": b.vwap,
13551353
}
13561354
rows.append(row)
13571355

@@ -1450,8 +1448,6 @@ def get_future_intraday(ticker, start_date=None, end_date=None, start_time=None,
14501448
"Low": b.low,
14511449
"Close": b.close,
14521450
"Volume": b.volume,
1453-
"Count": b.count,
1454-
"Vwap": b.vwap,
14551451
}
14561452
rows.append(row)
14571453

0 commit comments

Comments
 (0)