Dataset to Dict (Experimental)¶
Convert a dataset to a dictionary. Note that a dataset is a structure that describes the data, containing meta information including type, paths and calculations of the data etc. The output dict will only holds these meta data, not the data.
Definition¶
Input ports¶
- dataset
Type: datasetDescription: Dataset
Output ports¶
- json_dict
Type: {json}Description: Json dict
Implementation¶
- class node_dataset_to_dict.DatasetToDict[source]