Slight cleanup of unused comment

This commit is contained in:
Matthias
2023-12-03 13:29:48 +01:00
parent 4464b02719
commit e9e7bf3caf

View File

@@ -86,9 +86,6 @@ def merge_informative_pair(dataframe: pd.DataFrame, informative: pd.DataFrame,
right_on=date_merge, how='left')
dataframe = dataframe.drop(date_merge, axis=1)
# if ffill:
# dataframe = dataframe.ffill()
return dataframe