client
client copied to clipboard
Add a helper function for the `DataSet` object to add a whole directory at once
The user currently has to manually list all the files in a directory (probably by using something like os.Walk) and add them one by one to the DataSet. This should be a common use case that we can easily make much easier by rolling it into DataSet.add function.