nextstep.feature_engineering module

nextstep.feature_engineering.concat_columns(dataframe_list)

concat dataframes by columns.

Parameters

dataframe_list (python list) – list of pandas dataframes

nextstep.feature_engineering.concat_rows(self, dataframe_list)

concat dataframes by rows.

Parameters

dataframe_list (python list) – list of pandas dataframes

nextstep.feature_engineering.join(self, dataframe_list, on, how)

join dataframes at once.

Parameters
  • dataframe_list (python list) – list of pandas dataframes

  • on – join condition

  • how – join type