📌  相关文章
📜  将值映射到 pandas 数据框中的数据 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:33.389000             🧑  作者: Mango

代码示例1
note: u can assigne values in each of the common values in the dataframe 

df['new_coloum'] = df['coloum'].map({'value_1':1,'value_2':0})