hipdf.Index.copy# 21 min read time Applies to Linux Index.copy(name: Hashable = None, deep: bool = False) → Self# Make a copy of this object. Parameters# nameobject, default NoneName of index, use original name when None deepbool, default TrueMake a deep copy of the data. With deep=False the original data is used Returns# New index instance.