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 4f430cd commit bad8a7dCopy full SHA for bad8a7d
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