pandas中的where函数用于根据条件选择数据,语法格式如下:
df.where(condition, other=nan, inplace=False, axis=None, level=None, errors='raise', try_cast=False)
其中,condition为布尔型数组或条件表达式,other表示不满足condition条件的值,默认为NaN,inplace表示是否在原数据上修改,axis表示操作的轴,level表示操作的层级,errors表示错误处理方式,try_cast表示是否尝试转换数据类型。
示例:
df = pd.DataFrame({'A