@@ -496,6 +496,10 @@ def mean(
496
496
Data variables:
497
497
da float64 nan
498
498
499
+ Notes
500
+ -----
501
+ Non-numeric variables will be removed prior to reducing.
502
+
499
503
See Also
500
504
--------
501
505
numpy.mean
@@ -597,6 +601,10 @@ def prod(
597
601
Data variables:
598
602
da float64 12.0
599
603
604
+ Notes
605
+ -----
606
+ Non-numeric variables will be removed prior to reducing.
607
+
600
608
See Also
601
609
--------
602
610
numpy.prod
@@ -699,6 +707,10 @@ def sum(
699
707
Data variables:
700
708
da float64 9.0
701
709
710
+ Notes
711
+ -----
712
+ Non-numeric variables will be removed prior to reducing.
713
+
702
714
See Also
703
715
--------
704
716
numpy.sum
@@ -798,6 +810,10 @@ def std(
798
810
Data variables:
799
811
da float64 0.8367
800
812
813
+ Notes
814
+ -----
815
+ Non-numeric variables will be removed prior to reducing.
816
+
801
817
See Also
802
818
--------
803
819
numpy.std
@@ -897,6 +913,10 @@ def var(
897
913
Data variables:
898
914
da float64 0.7
899
915
916
+ Notes
917
+ -----
918
+ Non-numeric variables will be removed prior to reducing.
919
+
900
920
See Also
901
921
--------
902
922
numpy.var
@@ -984,6 +1004,10 @@ def median(
984
1004
Data variables:
985
1005
da float64 nan
986
1006
1007
+ Notes
1008
+ -----
1009
+ Non-numeric variables will be removed prior to reducing.
1010
+
987
1011
See Also
988
1012
--------
989
1013
numpy.median
@@ -1418,6 +1442,10 @@ def mean(
1418
1442
<xarray.DataArray ()>
1419
1443
array(nan)
1420
1444
1445
+ Notes
1446
+ -----
1447
+ Non-numeric variables will be removed prior to reducing.
1448
+
1421
1449
See Also
1422
1450
--------
1423
1451
numpy.mean
@@ -1509,6 +1537,10 @@ def prod(
1509
1537
<xarray.DataArray ()>
1510
1538
array(12.)
1511
1539
1540
+ Notes
1541
+ -----
1542
+ Non-numeric variables will be removed prior to reducing.
1543
+
1512
1544
See Also
1513
1545
--------
1514
1546
numpy.prod
@@ -1601,6 +1633,10 @@ def sum(
1601
1633
<xarray.DataArray ()>
1602
1634
array(9.)
1603
1635
1636
+ Notes
1637
+ -----
1638
+ Non-numeric variables will be removed prior to reducing.
1639
+
1604
1640
See Also
1605
1641
--------
1606
1642
numpy.sum
@@ -1690,6 +1726,10 @@ def std(
1690
1726
<xarray.DataArray ()>
1691
1727
array(0.83666003)
1692
1728
1729
+ Notes
1730
+ -----
1731
+ Non-numeric variables will be removed prior to reducing.
1732
+
1693
1733
See Also
1694
1734
--------
1695
1735
numpy.std
@@ -1779,6 +1819,10 @@ def var(
1779
1819
<xarray.DataArray ()>
1780
1820
array(0.7)
1781
1821
1822
+ Notes
1823
+ -----
1824
+ Non-numeric variables will be removed prior to reducing.
1825
+
1782
1826
See Also
1783
1827
--------
1784
1828
numpy.var
@@ -1858,6 +1902,10 @@ def median(
1858
1902
<xarray.DataArray ()>
1859
1903
array(nan)
1860
1904
1905
+ Notes
1906
+ -----
1907
+ Non-numeric variables will be removed prior to reducing.
1908
+
1861
1909
See Also
1862
1910
--------
1863
1911
numpy.median
@@ -2350,6 +2398,10 @@ def mean(
2350
2398
Data variables:
2351
2399
da (labels) float64 nan 2.0 2.0
2352
2400
2401
+ Notes
2402
+ -----
2403
+ Non-numeric variables will be removed prior to reducing.
2404
+
2353
2405
See Also
2354
2406
--------
2355
2407
numpy.mean
@@ -2457,6 +2509,10 @@ def prod(
2457
2509
Data variables:
2458
2510
da (labels) float64 nan 4.0 3.0
2459
2511
2512
+ Notes
2513
+ -----
2514
+ Non-numeric variables will be removed prior to reducing.
2515
+
2460
2516
See Also
2461
2517
--------
2462
2518
numpy.prod
@@ -2565,6 +2621,10 @@ def sum(
2565
2621
Data variables:
2566
2622
da (labels) float64 nan 4.0 4.0
2567
2623
2624
+ Notes
2625
+ -----
2626
+ Non-numeric variables will be removed prior to reducing.
2627
+
2568
2628
See Also
2569
2629
--------
2570
2630
numpy.sum
@@ -2670,6 +2730,10 @@ def std(
2670
2730
Data variables:
2671
2731
da (labels) float64 nan 0.0 1.414
2672
2732
2733
+ Notes
2734
+ -----
2735
+ Non-numeric variables will be removed prior to reducing.
2736
+
2673
2737
See Also
2674
2738
--------
2675
2739
numpy.std
@@ -2775,6 +2839,10 @@ def var(
2775
2839
Data variables:
2776
2840
da (labels) float64 nan 0.0 2.0
2777
2841
2842
+ Notes
2843
+ -----
2844
+ Non-numeric variables will be removed prior to reducing.
2845
+
2778
2846
See Also
2779
2847
--------
2780
2848
numpy.var
@@ -2866,6 +2934,10 @@ def median(
2866
2934
Data variables:
2867
2935
da (labels) float64 nan 2.0 2.0
2868
2936
2937
+ Notes
2938
+ -----
2939
+ Non-numeric variables will be removed prior to reducing.
2940
+
2869
2941
See Also
2870
2942
--------
2871
2943
numpy.median
@@ -3359,6 +3431,10 @@ def mean(
3359
3431
Data variables:
3360
3432
da (time) float64 1.0 2.0 nan
3361
3433
3434
+ Notes
3435
+ -----
3436
+ Non-numeric variables will be removed prior to reducing.
3437
+
3362
3438
See Also
3363
3439
--------
3364
3440
numpy.mean
@@ -3466,6 +3542,10 @@ def prod(
3466
3542
Data variables:
3467
3543
da (time) float64 nan 6.0 nan
3468
3544
3545
+ Notes
3546
+ -----
3547
+ Non-numeric variables will be removed prior to reducing.
3548
+
3469
3549
See Also
3470
3550
--------
3471
3551
numpy.prod
@@ -3574,6 +3654,10 @@ def sum(
3574
3654
Data variables:
3575
3655
da (time) float64 nan 6.0 nan
3576
3656
3657
+ Notes
3658
+ -----
3659
+ Non-numeric variables will be removed prior to reducing.
3660
+
3577
3661
See Also
3578
3662
--------
3579
3663
numpy.sum
@@ -3679,6 +3763,10 @@ def std(
3679
3763
Data variables:
3680
3764
da (time) float64 nan 1.0 nan
3681
3765
3766
+ Notes
3767
+ -----
3768
+ Non-numeric variables will be removed prior to reducing.
3769
+
3682
3770
See Also
3683
3771
--------
3684
3772
numpy.std
@@ -3784,6 +3872,10 @@ def var(
3784
3872
Data variables:
3785
3873
da (time) float64 nan 1.0 nan
3786
3874
3875
+ Notes
3876
+ -----
3877
+ Non-numeric variables will be removed prior to reducing.
3878
+
3787
3879
See Also
3788
3880
--------
3789
3881
numpy.var
@@ -3875,6 +3967,10 @@ def median(
3875
3967
Data variables:
3876
3968
da (time) float64 1.0 2.0 nan
3877
3969
3970
+ Notes
3971
+ -----
3972
+ Non-numeric variables will be removed prior to reducing.
3973
+
3878
3974
See Also
3879
3975
--------
3880
3976
numpy.median
@@ -4327,6 +4423,10 @@ def mean(
4327
4423
Coordinates:
4328
4424
* labels (labels) object 'a' 'b' 'c'
4329
4425
4426
+ Notes
4427
+ -----
4428
+ Non-numeric variables will be removed prior to reducing.
4429
+
4330
4430
See Also
4331
4431
--------
4332
4432
numpy.mean
@@ -4424,6 +4524,10 @@ def prod(
4424
4524
Coordinates:
4425
4525
* labels (labels) object 'a' 'b' 'c'
4426
4526
4527
+ Notes
4528
+ -----
4529
+ Non-numeric variables will be removed prior to reducing.
4530
+
4427
4531
See Also
4428
4532
--------
4429
4533
numpy.prod
@@ -4522,6 +4626,10 @@ def sum(
4522
4626
Coordinates:
4523
4627
* labels (labels) object 'a' 'b' 'c'
4524
4628
4629
+ Notes
4630
+ -----
4631
+ Non-numeric variables will be removed prior to reducing.
4632
+
4525
4633
See Also
4526
4634
--------
4527
4635
numpy.sum
@@ -4617,6 +4725,10 @@ def std(
4617
4725
Coordinates:
4618
4726
* labels (labels) object 'a' 'b' 'c'
4619
4727
4728
+ Notes
4729
+ -----
4730
+ Non-numeric variables will be removed prior to reducing.
4731
+
4620
4732
See Also
4621
4733
--------
4622
4734
numpy.std
@@ -4712,6 +4824,10 @@ def var(
4712
4824
Coordinates:
4713
4825
* labels (labels) object 'a' 'b' 'c'
4714
4826
4827
+ Notes
4828
+ -----
4829
+ Non-numeric variables will be removed prior to reducing.
4830
+
4715
4831
See Also
4716
4832
--------
4717
4833
numpy.var
@@ -4795,6 +4911,10 @@ def median(
4795
4911
Coordinates:
4796
4912
* labels (labels) object 'a' 'b' 'c'
4797
4913
4914
+ Notes
4915
+ -----
4916
+ Non-numeric variables will be removed prior to reducing.
4917
+
4798
4918
See Also
4799
4919
--------
4800
4920
numpy.median
@@ -5246,6 +5366,10 @@ def mean(
5246
5366
Coordinates:
5247
5367
* time (time) datetime64[ns] 2001-01-31 2001-04-30 2001-07-31
5248
5368
5369
+ Notes
5370
+ -----
5371
+ Non-numeric variables will be removed prior to reducing.
5372
+
5249
5373
See Also
5250
5374
--------
5251
5375
numpy.mean
@@ -5343,6 +5467,10 @@ def prod(
5343
5467
Coordinates:
5344
5468
* time (time) datetime64[ns] 2001-01-31 2001-04-30 2001-07-31
5345
5469
5470
+ Notes
5471
+ -----
5472
+ Non-numeric variables will be removed prior to reducing.
5473
+
5346
5474
See Also
5347
5475
--------
5348
5476
numpy.prod
@@ -5441,6 +5569,10 @@ def sum(
5441
5569
Coordinates:
5442
5570
* time (time) datetime64[ns] 2001-01-31 2001-04-30 2001-07-31
5443
5571
5572
+ Notes
5573
+ -----
5574
+ Non-numeric variables will be removed prior to reducing.
5575
+
5444
5576
See Also
5445
5577
--------
5446
5578
numpy.sum
@@ -5536,6 +5668,10 @@ def std(
5536
5668
Coordinates:
5537
5669
* time (time) datetime64[ns] 2001-01-31 2001-04-30 2001-07-31
5538
5670
5671
+ Notes
5672
+ -----
5673
+ Non-numeric variables will be removed prior to reducing.
5674
+
5539
5675
See Also
5540
5676
--------
5541
5677
numpy.std
@@ -5631,6 +5767,10 @@ def var(
5631
5767
Coordinates:
5632
5768
* time (time) datetime64[ns] 2001-01-31 2001-04-30 2001-07-31
5633
5769
5770
+ Notes
5771
+ -----
5772
+ Non-numeric variables will be removed prior to reducing.
5773
+
5634
5774
See Also
5635
5775
--------
5636
5776
numpy.var
@@ -5714,6 +5854,10 @@ def median(
5714
5854
Coordinates:
5715
5855
* time (time) datetime64[ns] 2001-01-31 2001-04-30 2001-07-31
5716
5856
5857
+ Notes
5858
+ -----
5859
+ Non-numeric variables will be removed prior to reducing.
5860
+
5717
5861
See Also
5718
5862
--------
5719
5863
numpy.median
0 commit comments