File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -174,8 +174,7 @@ def get_feature_group_as_dataframe(
174
174
175
175
176
176
def _format_column_names (data : pandas .DataFrame ) -> pandas .DataFrame :
177
- """Formats the column names in a valid way for
178
- :class:`sagemaker.feature_store.feature_group.FeatureGroup`
177
+ """Formats the column names for :class:`sagemaker.feature_store.feature_group.FeatureGroup`
179
178
180
179
Description:
181
180
Module to format correctly the name of the columns of a DataFrame
@@ -219,8 +218,7 @@ def prepare_fg_from_dataframe_or_file(
219
218
verbose : bool = False ,
220
219
** pandas_read_csv_kwargs ,
221
220
) -> FeatureGroup :
222
- """Module to prepare a dataframe before creating a
223
- :class:`sagemaker.feature_store.feature_group.FeatureGroup`
221
+ """Prepares a dataframe to create a :class:`sagemaker.feature_store.feature_group.FeatureGroup`
224
222
225
223
Description:
226
224
Function to prepare a dataframe for creating a Feature Group from a pandas.DataFrame
You can’t perform that action at this time.
0 commit comments