Skip to content

Commit cd63b31

Browse files
Update content/xarray.rst
Co-authored-by: Marijn van Vliet <[email protected]>
1 parent 6267f8d commit cd63b31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/xarray.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ We can select a single ``DataArray`` from the dataset using a dictionary-like sy
127127
Grib1_Level_Desc: Isobaric surface
128128

129129

130-
The new variable ``temperature_data`` is a ``DataArray`` object. An xarray ``Dataset`` typically consists of multiple ``DataArrays``.
131130

132131
Xarray uses Numpy(-like) arrays under the hood, we can always access the underlying Numpy array using the ``.values`` attribute: ::
133132

0 commit comments

Comments
 (0)