We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf912a commit e6f6cbdCopy full SHA for e6f6cbd
doc/combining.rst
@@ -65,9 +65,10 @@ Of course, ``concat`` also works on ``Dataset`` objects:
65
xray.concat([ds.sel(x='a'), ds.sel(x='b')], 'x')
66
67
: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.
+over which variables are concatenated and how it handles conflicting variables
+between datasets. With the default parameters, xray will load some coordinate
+variables into memory to compare them between datasets. This may be prohibitively
71
+expensive if you are manipulating your dataset lazily using :ref:`dask`.
72
73
.. _merge:
74
0 commit comments