Delete Cached Dataset

A Cached Dataset can be deleted by using the API below where tag refers to a particular snapshot/timestamp of the dataframe.

Table 8-8 Delete Cached Dataset

API Notebook Script Notes/Input
Delete Dataset

from mmg.datasets import delete_df

delete_df(dscode, tag)

dscode = dataset code - string

tag = tag with which the dataset was cached - string