diff --git a/scripts/data_collector/base.py b/scripts/data_collector/base.py index 2517e9bce8..2efc2feadc 100644 --- a/scripts/data_collector/base.py +++ b/scripts/data_collector/base.py @@ -301,6 +301,7 @@ def _executor(self, file_path: Path): na_values={col: symbol_na if col == self._symbol_field_name else default_na for col in columns}, ) + # NOTE: It has been reported that there may be some problems here, and the specific issues will be dealt with when they are identified. df = self._normalize_obj.normalize(df) if df is not None and not df.empty: if self._end_date is not None: