nctoolkit.DataSet.remove#
- DataSet.remove(x=None)#
remove: Remove file(s) from a dataset
- Parameters:
x (str or list) – File path(s) to remove from a dataset
Examples
If you want to remove a file from a dataset do the following:
>>> ds.remove("infile.nc")