We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DataTree
DataArray
1 parent e6eabca commit 380b6b1Copy full SHA for 380b6b1
doc/user-guide/data-structures.rst
@@ -558,7 +558,7 @@ specifying the nodes' relationship to one another as you create each one.
558
The :py:class:`~xarray.DataTree` constructor takes:
559
560
- ``dataset``: The data that will be stored in this node, represented by a single
561
- :py:class:`xarray.Dataset`, or a named :py:class:`xarray.DataArray`.
+ :py:class:`xarray.Dataset`.
562
- ``children``: The various child nodes (if there are any), given as a mapping
563
from string keys to :py:class:`~xarray.DataTree` objects.
564
- ``name``: A string to use as the name of this node.
0 commit comments