BPt.Dataset.copy# Dataset.copy(deep=True)[source]# Creates and returns a dopy of this dataset, either a deep copy or shallow. Parameters deepbool, optionalIf the returned copy should be a deep copy (True), or a shallow copy (False). default == True