Dataset to Dict (Experimental)

../../../../_images/ds_to_dict.svg

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: dataset
Description: Dataset

Output ports

json_dict
Type: {json}
Description: Json dict

Implementation

class node_dataset_to_dict.DatasetToDict[source]