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 97fdb83 commit a74ecd6Copy full SHA for a74ecd6
doc/data-structures.rst
@@ -353,13 +353,6 @@ setting) variables and attributes:
353
This is particularly useful in an exploratory context, because you can
354
tab-complete these variable names with tools like IPython.
355
356
-.. warning::
357
-
358
- We are changing the behavior of iterating over a Dataset the next major
359
- release of xarray, to only include data variables instead of both data
360
- variables and coordinates. In the meantime, prefer iterating over
361
- ``ds.data_vars`` or ``ds.coords``.
362
363
Dictionary like methods
364
~~~~~~~~~~~~~~~~~~~~~~~
365
0 commit comments