pandas.Index.putmask# final Index.putmask(mask, value)[source]# Return a new Index of the values set with the mask. Returns Index See also numpy.ndarray.putmaskChanges elements of an array based on conditional and input values.