Skip to content

Commit 8fd8d5f

Browse files
committed
small change
1 parent 9659705 commit 8fd8d5f

File tree

1 file changed

+1
-1
lines changed
  • ads/opctl/operator/lowcode/common

1 file changed

+1
-1
lines changed

ads/opctl/operator/lowcode/common/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
DataMismatchError,
1717
)
1818
from abc import ABC
19+
import pandas as pd
1920

2021

2122
class AbstractData(ABC):
@@ -27,7 +28,6 @@ def __init__(self, spec: dict, name="input_data"):
2728
self.load_transform_ingest_data(spec)
2829

2930
def get_raw_data_by_cat(self, category):
30-
import pandas as pd
3131
mapping = self._data_transformer.get_target_category_columns_map()
3232
# For given category, mapping gives the target_category_columns and it's values.
3333
# condition filters raw_data based on the values of target_category_columns for the given category

0 commit comments

Comments
 (0)