pandas使用notnull函数和astype函数将dataframe中所有缺失值映射为0,非缺失值映射为1
Posted Data+Science+Insight
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pandas使用notnull函数和astype函数将dataframe中所有缺失值映射为0,非缺失值映射为1相关的知识,希望对你有一定的参考价值。
pandas使用notnull函数和astype函数将dataframe中所有缺失值映射为0,非缺失值映射为1(map missing vlaues into 0 others into 1 in dataframe)
目录
以上是关于pandas使用notnull函数和astype函数将dataframe中所有缺失值映射为0,非缺失值映射为1的主要内容,如果未能解决你的问题,请参考以下文章
pandas使用rstrip函数和astype函数将dataframe中的百分比字符串转化为数值数据 (transform percent strings into numeric values)
如何在 pandas DF 列中找出哪些值不能使用 astype 函数转换为“int”类型