Skip to content

Commit f09bb39

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/xarray.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ The following image shows the structure of this particular Xarray Dataset:
9999
Accessing and manipulating data in Xarray
100100
-----------------------------------------
101101

102-
We can select a Data variable from the dataset using a dictionary-like syntax: ::
102+
An xarray ``Dataset`` typically consists of multiple ``DataArrays``. Our example dataset has 7 of them (``u-component_of_wind_isobaric``, ``LambertConformal_Projection``, ``lat``, ``lon``, `Geopotential_height_isobaric``, ``v-component_of_wind_isobaric``, ``Temperature_isobaric``).
103+
We can select a single ``DataArray`` from the dataset using a dictionary-like syntax: ::
103104

104105
>>> temperature_data = ds['Temperature_isobaric']
105106
>>> temperature_data

0 commit comments

Comments
 (0)