df['new_column'] = (int_value) * (df['old_column'].values) example: df['weight'] = (0.2)* (df['rank'].values)