Skip to content

Commit 76d15b2

Browse files
committed
Merge pull request #661 from anntzer/document-groupby-perf
Document pandas' better groupby performance.
2 parents 4f430cd + bad8a7d commit 76d15b2

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)