-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
Description
Line 462 in 3480fd9
| _df[_df[self.date_field_name] > self._update_instruments[_code][self.INSTRUMENTS_START_FIELD]][ |
Shouldn't this be
_df[_df[self.date_field_name] > self._update_instruments[_code][self.INSTRUMENTS_END_FIELD]][
instead?
Reactions are currently unavailable