python pandas replace values with map function

后端 未结 0 1735
悲哀的现实
悲哀的现实 2021-02-07 01:16

i am trying to replace a string ("None", not None values) with the number 0.

Why does this not work with a map function:

df["value"] = df

相关标签:
回答
  • 消灭零回复
提交回复
热议问题