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 aec1232 commit 62e8731Copy full SHA for 62e8731
content/xarray.rst
@@ -128,7 +128,7 @@ We can select a single ``DataArray`` from the dataset using a dictionary-like sy
128
129
The new variable ``temperature_data`` is a ``DataArray`` object. An xarray ``Dataset`` typically consists of multiple ``DataArrays``.
130
131
-Xarray uses Numpy(-like) arrays under the hood, we can always access the raw data using the ``.values`` attribute: ::
+Xarray uses Numpy(-like) arrays under the hood, we can always access the underlying Numpy array using the ``.values`` attribute: ::
132
133
>>> temperature_numpy = ds['Temperature_isobaric'].values
134
>>> temperature_numpy
0 commit comments