datatree.DataTree.ds

Contents

Attention

This repository has been archived. Please use xarray.DataTree instead.

datatree.DataTree.ds#

property DataTree.ds: DatasetView#

An immutable Dataset-like view onto the data in this node.

For a mutable Dataset containing the same data as in this node, use .to_dataset() instead.