copy method

DataFrame copy()

Returns a copy of the instance.

Implementation

DataFrame copy() => _copied(columnNames, this);