Skip to content

Commit 56eef2d

Browse files
Aditi2424adishaa
authored andcommitted
Feature store v3 (#5490)
* feat: Add Feature Store Support to V3 * Add feature store tests --------- Co-authored-by: adishaa <adishaa@amazon.com>
1 parent 487764a commit 56eef2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sagemaker-mlops/src/sagemaker/mlops/feature_store/feature_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,4 +731,4 @@ def _cast_object_to_string(data_frame: pandas.DataFrame) -> pandas.DataFrame:
731731
"""
732732
for label in data_frame.select_dtypes(["object", "O"]).columns.tolist():
733733
data_frame[label] = data_frame[label].astype("str").astype("string")
734-
return data_frame
734+
return data_frame

0 commit comments

Comments
 (0)