This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我是 Python 新手。在数据框中,有两列,DOB(出生日期)和 DOD(死亡日期)。我想在数据框中创建一个名为“IS_ALIVE”的新分类列。当 DOB 被填充并且 DOD 为空时,这个新字段的条件 IS_ALIVE 应该是“1”;当 DOB 和 DOD 都不为空时,IS_ALIVE 应该为“0”,这意味着,某个日期填充了 DOD。