chore: Add small todo
This commit is contained in:
@@ -191,6 +191,7 @@ def populate_dataframe_with_trades(
|
|||||||
logger.debug(f"trades.groups_keys in {time.time() - start_time} seconds")
|
logger.debug(f"trades.groups_keys in {time.time() - start_time} seconds")
|
||||||
|
|
||||||
# Merge the complex data Series back into the DataFrame
|
# Merge the complex data Series back into the DataFrame
|
||||||
|
# TODO: maybe candle_start and candle_end should be dropped before assignment?
|
||||||
dataframe["trades"] = trades_series
|
dataframe["trades"] = trades_series
|
||||||
dataframe["orderflow"] = orderflow_series
|
dataframe["orderflow"] = orderflow_series
|
||||||
dataframe["imbalances"] = imbalances_series
|
dataframe["imbalances"] = imbalances_series
|
||||||
|
|||||||
Reference in New Issue
Block a user