claims_data['all-rejections'] = np.where(
        (claims_data['REJECTED'] > 0) | (claims_data['SIU_Rejected'] > 0), 1, 0)