Skip to content

Commit bad8a7d

Browse files
committed
Document pandas' better groupby performance.
cf. #659.
1 parent 4f430cd commit bad8a7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/groupby.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ __ http://www.jstatsoft.org/v40/i01/paper
1515

1616
Group by operations work on both :py:class:`~xray.Dataset` and
1717
:py:class:`~xray.DataArray` objects. Currently, you can only group by a single
18-
one-dimensional variable (eventually, we hope to remove this limitation).
18+
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.
1921

2022
Split
2123
~~~~~

0 commit comments

Comments
 (0)