🌈 搜索
📅  最后修改于: 2022-03-11 14:46:20.650000             🧑  作者: Mango
df['new_column'] = (int_value) * (df['old_column'].values) example: df['weight'] = (0.2)* (df['rank'].values)