File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6785,8 +6785,8 @@ def groupby(
6785
6785
6786
6786
>>> da.groupby("letters").sum()
6787
6787
<xarray.DataArray (letters: 2, y: 3)> Size: 48B
6788
- array([[ 9. , 11. , 13. ],
6789
- [ 9. , 11. , 13. ]])
6788
+ array([[ 9, 11, 13],
6789
+ [ 9, 11, 13]])
6790
6790
Coordinates:
6791
6791
* letters (letters) object 16B 'a' 'b'
6792
6792
Dimensions without coordinates: y
Original file line number Diff line number Diff line change @@ -10387,7 +10387,7 @@ def groupby(
10387
10387
* letters (letters) object 16B 'a' 'b'
10388
10388
Dimensions without coordinates: y
10389
10389
Data variables:
10390
- foo (letters, y) float64 48B 9.0 11.0 13.0 9.0 11.0 13.0
10390
+ foo (letters, y) int64 48B 9 11 13 9 11 13
10391
10391
10392
10392
Grouping by multiple variables
10393
10393
You can’t perform that action at this time.
0 commit comments