Adding Datasets to a Project

To add an existing Dataset to a Project, use the <dataset_hash>.

You need to be an admin of the Datasets that you want to add.
add_datasets() throws an error if it is unable to add a dataset to a project. See the doc-string documentation for further details.

Removing Patasets from a project

You can remove existing Datasets from a Project, using the dataset <dataset_hash> for every Dataset that needs to be removed. To get those hashes, you can follow the example in Listing existing Datasets.

You need to be an admin of the datasets that you want to add.
remove_datasets() throws an error if it is unable to remove a dataset from a project. See the doc-string documentation for further details.