pandas.arrays.IntegerArray.copy — pandas 0.24.2 documentation (original) (raw)

IntegerArray. copy(deep=False)[source]

Return a copy of the array.

Parameters: deep : bool, default False Also copy the underlying data backing this array.
Returns: ExtensionArray