Skip to content

Commit 62e8731

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/xarray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ We can select a single ``DataArray`` from the dataset using a dictionary-like sy
128128

129129
The new variable ``temperature_data`` is a ``DataArray`` object. An xarray ``Dataset`` typically consists of multiple ``DataArrays``.
130130

131-
Xarray uses Numpy(-like) arrays under the hood, we can always access the raw data using the ``.values`` attribute: ::
131+
Xarray uses Numpy(-like) arrays under the hood, we can always access the underlying Numpy array using the ``.values`` attribute: ::
132132

133133
>>> temperature_numpy = ds['Temperature_isobaric'].values
134134
>>> temperature_numpy

0 commit comments

Comments
 (0)