# pre 0.24 feature_file_df['RESULT'] = RESULT_df['RESULT'].values # >= 0.24 feature_file_df['RESULT'] = RESULT_df['RESULT'].to_numpy()