输入搜索字词或模块,类或函数名称。
Index.
duplicated
返回boolean np.ndarray表示重复值
保留:{'first','last',False},默认为“first”
first:除第一次出现外,标记重复为True。 last:除了最后一次出现,标记重复为True。 False:将所有重复项标记为True。
first
True
last
take_last:已弃用
重复的:np.ndarray