chore: Add small todo

This commit is contained in:
Matthias 2024-07-13 09:49:21 +02:00
parent 79e6034656
commit d3ffdbf300

View File

@ -191,6 +191,7 @@ def populate_dataframe_with_trades(
logger.debug(f"trades.groups_keys in {time.time() - start_time} seconds")
# 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["orderflow"] = orderflow_series
dataframe["imbalances"] = imbalances_series