We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f29766 commit 53dc395Copy full SHA for 53dc395
ads/opctl/operator/lowcode/common/transformations.py
@@ -60,7 +60,8 @@ def run(self, data):
60
61
"""
62
clean_df = self._remove_trailing_whitespace(data)
63
- clean_df = self._clean_column_names(clean_df)
+ if self.dataset_info.horizon:
64
+ clean_df = self._clean_column_names(clean_df)
65
if self.name == "historical_data":
66
self._check_historical_dataset(clean_df)
67
clean_df = self._set_series_id_column(clean_df)
0 commit comments