Arrow.copy Arrow.copy(cls=None)[source] Make an independent copy of the data object. Parameters clsType[Data], optionalThe type of data object to return. Defaults to the type of the current data object. Returns DataAn independent copy of this object.