Closed mehmandarov closed 1 year ago
It is now possible to create a copy of a whole or parts of a DataFrame by calling copy("new name") and copy("new name", list-of-columns) methods that will return a new DataFrame with respectively all or selected columns from the original object.
Thank you for your contribution, @mehmandarov
It is now possible to create a copy of a whole or parts of a DataFrame by calling copy("new name") and copy("new name", list-of-columns) methods that will return a new DataFrame with respectively all or selected columns from the original object.