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 e6f6a23 commit 5c2e161Copy full SHA for 5c2e161
ads/opctl/operator/lowcode/common/transformations.py
@@ -59,7 +59,7 @@ def run(self, data):
59
60
"""
61
clean_df = self._remove_trailing_whitespace(data)
62
- clean_df = self._normalize_column_names(clean_df)
+ # clean_df = self._normalize_column_names(clean_df)
63
if self.name == "historical_data":
64
self._check_historical_dataset(clean_df)
65
clean_df = self._set_series_id_column(clean_df)
0 commit comments