On this page
pandas.MultiIndex.copy
MultiIndex.copy(names=None, dtype=None, levels=None, labels=None, deep=False, _set_identity=False, **kwargs)[source]-
Make a copy of this object. Names, dtype, levels and labels can be passed and will be set on new copy.
Parameters: names : sequence, optional
dtype : numpy dtype or pandas type, optional
levels : sequence, optional
labels : sequence, optional
Returns: copy : MultiIndex
Notes
In most cases, there should be no functional difference from using
deep, but ifdeepis passed it will attempt to deepcopy. This could be potentially expensive on large MultiIndex objects.
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.19.2/generated/pandas.MultiIndex.copy.html