We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
from SO
this allows copy.copy(df) to work properly
copy.copy(df)
by definition 'always' deep
__copy__ = copy __deepcopy__ = copy