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.
1 parent 6267f8d commit cd63b31Copy full SHA for cd63b31
content/xarray.rst
@@ -127,7 +127,6 @@ We can select a single ``DataArray`` from the dataset using a dictionary-like sy
127
Grib1_Level_Desc: Isobaric surface
128
129
130
-The new variable ``temperature_data`` is a ``DataArray`` object. An xarray ``Dataset`` typically consists of multiple ``DataArrays``.
131
132
Xarray uses Numpy(-like) arrays under the hood, we can always access the underlying Numpy array using the ``.values`` attribute: ::
133
0 commit comments