Skip to content

Commit

Permalink
Update content/xarray.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Marijn van Vliet <[email protected]>
  • Loading branch information
gregordecristoforo and wmvanvliet authored Oct 23, 2024
1 parent 6267f8d commit cd63b31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/xarray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ We can select a single ``DataArray`` from the dataset using a dictionary-like sy
Grib1_Level_Desc: Isobaric surface


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

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

Expand Down

0 comments on commit cd63b31

Please sign in to comment.