pandas使用notnull函数和astype函数将dataframe中所有缺失值映射为0,非缺失值映射为1(map missing vlaues into 0 others into 1 in dataframe) 目录