pandas 0.9.0 documentation

pandas.DataFrame.copy

DataFrame.copy(deep=True)

Make a copy of this object

Parameters :

deep : boolean, default True

Make a deep copy, i.e. also copy data

Returns :

copy : type of caller