hipdf.Index.copy

Contents

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 None

Name of index, use original name when None

deepbool, default True

Make a deep copy of the data. With deep=False the original data is used

Returns#

New index instance.