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.
2 parents 4f430cd + bad8a7d commit 76d15b2Copy full SHA for 76d15b2
doc/groupby.rst
@@ -15,7 +15,9 @@ __ http://www.jstatsoft.org/v40/i01/paper
15
16
Group by operations work on both :py:class:`~xray.Dataset` and
17
:py:class:`~xray.DataArray` objects. Currently, you can only group by a single
18
-one-dimensional variable (eventually, we hope to remove this limitation).
+one-dimensional variable (eventually, we hope to remove this limitation). Also,
19
+note that for one-dimensional data, it is usually faster to rely on pandas'
20
+implementation of the same pipeline.
21
22
Split
23
~~~~~
0 commit comments