Skip to content

Commit

Permalink
Merge pull request #661 from anntzer/document-groupby-perf
Browse files Browse the repository at this point in the history
Document pandas' better groupby performance.
  • Loading branch information
shoyer committed Nov 17, 2015
2 parents 4f430cd + bad8a7d commit 76d15b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/groupby.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ __ http://www.jstatsoft.org/v40/i01/paper

Group by operations work on both :py:class:`~xray.Dataset` and
:py:class:`~xray.DataArray` objects. Currently, you can only group by a single
one-dimensional variable (eventually, we hope to remove this limitation).
one-dimensional variable (eventually, we hope to remove this limitation). Also,
note that for one-dimensional data, it is usually faster to rely on pandas'
implementation of the same pipeline.

Split
~~~~~
Expand Down

0 comments on commit 76d15b2

Please sign in to comment.