Skip to content

Commit e6f6cbd

Browse files
committed
Doc fixes
1 parent 4cf912a commit e6f6cbd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/combining.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ Of course, ``concat`` also works on ``Dataset`` objects:
6565
xray.concat([ds.sel(x='a'), ds.sel(x='b')], 'x')
6666
6767
:py:func:`~xray.concat` has a number of options which provide deeper control
68-
over which variables and coordinates are concatenated and how it handles
69-
conflicting variables between datasets. However, these should rarely be
70-
necessary.
68+
over which variables are concatenated and how it handles conflicting variables
69+
between datasets. With the default parameters, xray will load some coordinate
70+
variables into memory to compare them between datasets. This may be prohibitively
71+
expensive if you are manipulating your dataset lazily using :ref:`dask`.
7172

7273
.. _merge:
7374

0 commit comments

Comments
 (0)