Manage Datasets


When custom datasets are created, you can perform management operations to the datasets based on business needs.

Manage Custom Datasets in the Dataset List


All the created datasets in the organization are displayed as labels in the dataset list. You can perform basic management operations to the datasets.

  1. Open the Dataset Management page and select Custom in the left Filter By menu. Then, select All or Favorite to view all the created datasets in the organization or your favorite datasets.
  2. In the Filter By menu, select one or more filtering conditions to filter datasets by dataset type, dataset source, or tags quickly.
  3. After filtering datasets that match the conditions, you can view basic information of the datasets, including dataset name or alias, tags, and update time.
  4. Select the star beside the name of dataset to add it to the favorite list, for future quick view and use.

View Dataset Details


  1. From the dataset list, select the label of a dataset to open the details page. Under the Basic Information tab, view the attributes and schema of the dataset.
  2. Based on business needs, edit the alias, tags, or description of the dataset.
  3. Under the Invoking Code tab, view or copy the Python code for invoking the dataset.
  4. Under the Dataset Exploration tab, preview data in the dataset or perform statistical analysis for data in the dataset as needed.

Delete Datasets


If datasets are not needed by the business, you can delete the custom datasets. Deleting a dataset will permanently delete the metadata information associated with the dataset, including the dataset name, version, description, tags, and running instance of dataset preview and statistical analysis, but will not delete the underlying storage and the stored data.

  1. Open the dataset details page, select the Delete button on the upper right corner, and confirm the deletion.
  2. In the dataset list, select the Batch Delete button, and select the datasets to be deleted.

Use Sample Datasets


Dataset Management provides multiple common sample datasets, which can be viewed and used in the dataset list.

  1. Open the Dataset Management page and select Sample in the left Filter By menu. Then, select All or Favorite to view all the sample datasets provided by the system or your favorite sample datasets.
  2. In the Filter By menu, select one or more filtering conditions to filter sample datasets by dataset type.
  3. After filtering datasets that match the conditions, you can view basic information of the datasets, including dataset name or alias, tags, and update time.
  4. Select the star beside the name of dataset to add it to the favorite list, for future quick view and use.
  5. From the sample dataset list, select the label of a dataset to open the details page. Under the Basic Information tab, view the attributes and schema of the dataset. Information of sample datasets cannot be edited.
  6. Under the Invoking Code tab, view or copy the Python code for invoking the sample dataset.
  7. Under the Dataset Exploration tab, preview data in the dataset or perform statistical analysis for data in the sample dataset as needed.