python 判断如果是缺失值则改为99999

import numpy as np
iux=np.nan_to_num(row[ii],nan=99999)#判断如果是缺失值,则改为99999

 

posted @ 2023-03-26 08:30  myrj  阅读(94)  评论(0编辑  收藏  举报