copy

DataFrame.copy(name: str) DataFrame[source]

Creates a deep copy of the data frame under a new name.

Args:
name (str):

The name of the new data frame.

Returns:
DataFrame:

A handle to the deep copy.