Closed jnnr closed 3 years ago
This PR adds a warning to the method DataFramePackage.to_csv that is raised when the target directory is not empty. To write to the directory anyway, the user can explicitly pass overwrite=True.
DataFramePackage.to_csv
overwrite=True
This PR adds a warning to the method
DataFramePackage.to_csv
that is raised when the target directory is not empty. To write to the directory anyway, the user can explicitly passoverwrite=True
.