Skip to content

Commit 35ac898

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

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
@@ -87,7 +87,7 @@ That was a lot of information at once, but let's break it down.
8787

8888
- Close to the top of the output we see the ``Dimensions`` of the dataset: ``time1``, ``isobaric1``, ``y``, and ``x``.
8989
- Below the dimensions, we see the ``Coordinates`` of the dataset. These are the labels for the dimensions and give us the values of the dimension at each index.
90-
- The ``Data variables`` are the actual data stored in the dataset.
90+
- The ``Data variables`` are the actual data stored in the dataset. We see that the dataset contains a bunch of arrays, most of which are 4-dimensional, where each dimension corresponds to one of the ``Dimensions`` described above. There are also some 2-dimensional arrays that only have some of the ``Dimensions`` described above.
9191
- At the bottom, we see the ``Attributes`` of the dataset. This is a dictionary that stores metadata about the dataset.
9292

9393

0 commit comments

Comments
 (0)