@@ -315,10 +315,10 @@ class Dataset(
315315 <xarray.Dataset> Size: 552B
316316 Dimensions: (loc: 2, instrument: 3, time: 4)
317317 Coordinates:
318- lon (loc) float64 16B -99.83 -99.32
319- lat (loc) float64 16B 42.25 42.21
320318 * instrument (instrument) <U8 96B 'manufac1' 'manufac2' 'manufac3'
321319 * time (time) datetime64[ns] 32B 2014-09-06 ... 2014-09-09
320+ lon (loc) float64 16B -99.83 -99.32
321+ lat (loc) float64 16B 42.25 42.21
322322 reference_time datetime64[ns] 8B 2014-09-05
323323 Dimensions without coordinates: loc
324324 Data variables:
@@ -1806,8 +1806,8 @@ def set_coords(self, names: Hashable | Iterable[Hashable]) -> Self:
18061806 <xarray.Dataset> Size: 48B
18071807 Dimensions: (time: 3)
18081808 Coordinates:
1809- pressure (time) float64 24B 1.013 1.2 3.5
18101809 * time (time) datetime64[ns] 24B 2023-01-01 2023-01-02 2023-01-03
1810+ pressure (time) float64 24B 1.013 1.2 3.5
18111811 Data variables:
18121812 *empty*
18131813
@@ -3805,8 +3805,8 @@ def interp(
38053805 <xarray.Dataset> Size: 224B
38063806 Dimensions: (x: 4, y: 4)
38073807 Coordinates:
3808- * y (y) int64 32B 10 12 14 16
38093808 * x (x) float64 32B 0.0 0.75 1.25 1.75
3809+ * y (y) int64 32B 10 12 14 16
38103810 Data variables:
38113811 a (x) float64 32B 5.0 6.5 6.25 4.75
38123812 b (x, y) float64 128B 1.0 4.0 2.0 nan 1.75 ... nan 5.0 nan 5.25 nan
@@ -3817,8 +3817,8 @@ def interp(
38173817 <xarray.Dataset> Size: 224B
38183818 Dimensions: (x: 4, y: 4)
38193819 Coordinates:
3820- * y (y) int64 32B 10 12 14 16
38213820 * x (x) float64 32B 0.0 0.75 1.25 1.75
3821+ * y (y) int64 32B 10 12 14 16
38223822 Data variables:
38233823 a (x) float64 32B 5.0 7.0 7.0 4.0
38243824 b (x, y) float64 128B 1.0 4.0 2.0 9.0 2.0 7.0 ... nan 6.0 nan 5.0 8.0
@@ -3833,8 +3833,8 @@ def interp(
38333833 <xarray.Dataset> Size: 224B
38343834 Dimensions: (x: 4, y: 4)
38353835 Coordinates:
3836- * y (y) int64 32B 10 12 14 16
38373836 * x (x) float64 32B 1.0 1.5 2.5 3.5
3837+ * y (y) int64 32B 10 12 14 16
38383838 Data variables:
38393839 a (x) float64 32B 7.0 5.5 2.5 -0.5
38403840 b (x, y) float64 128B 2.0 7.0 6.0 nan 4.0 ... nan 12.0 nan 3.5 nan
@@ -4358,8 +4358,8 @@ def swap_dims(
43584358 <xarray.Dataset> Size: 56B
43594359 Dimensions: (y: 2)
43604360 Coordinates:
4361- x (y) <U1 8B 'a' 'b'
43624361 * y (y) int64 16B 0 1
4362+ x (y) <U1 8B 'a' 'b'
43634363 Data variables:
43644364 a (y) int64 16B 5 7
43654365 b (y) float64 16B 0.1 2.4
@@ -8208,8 +8208,8 @@ def quantile(
82088208 <xarray.Dataset> Size: 152B
82098209 Dimensions: (quantile: 3, y: 4)
82108210 Coordinates:
8211- * y (y) float64 32B 1.0 1.5 2.0 2.5
82128211 * quantile (quantile) float64 24B 0.0 0.5 1.0
8212+ * y (y) float64 32B 1.0 1.5 2.0 2.5
82138213 Data variables:
82148214 a (quantile, y) float64 96B 0.7 4.2 2.6 1.5 3.6 ... 6.5 7.3 9.4 1.9
82158215
@@ -8682,9 +8682,9 @@ def filter_by_attrs(self, **kwargs) -> Self:
86828682 <xarray.Dataset> Size: 192B
86838683 Dimensions: (x: 2, y: 2, time: 3)
86848684 Coordinates:
8685+ * time (time) datetime64[ns] 24B 2014-09-06 2014-09-07 2014-09-08
86858686 lon (x, y) float64 32B -99.83 -99.32 -99.79 -99.23
86868687 lat (x, y) float64 32B 42.25 42.21 42.63 42.59
8687- * time (time) datetime64[ns] 24B 2014-09-06 2014-09-07 2014-09-08
86888688 reference_time datetime64[ns] 8B 2014-09-05
86898689 Dimensions without coordinates: x, y
86908690 Data variables:
@@ -8697,9 +8697,9 @@ def filter_by_attrs(self, **kwargs) -> Self:
86978697 <xarray.Dataset> Size: 288B
86988698 Dimensions: (x: 2, y: 2, time: 3)
86998699 Coordinates:
8700+ * time (time) datetime64[ns] 24B 2014-09-06 2014-09-07 2014-09-08
87008701 lon (x, y) float64 32B -99.83 -99.32 -99.79 -99.23
87018702 lat (x, y) float64 32B 42.25 42.21 42.63 42.59
8702- * time (time) datetime64[ns] 24B 2014-09-06 2014-09-07 2014-09-08
87038703 reference_time datetime64[ns] 8B 2014-09-05
87048704 Dimensions without coordinates: x, y
87058705 Data variables:
@@ -9370,8 +9370,8 @@ def argmin(self, dim: Hashable | None = None, **kwargs) -> Self:
93709370 <xarray.DataArray 'student' (test: 3)> Size: 84B
93719371 array(['Bob', 'Bob', 'Alice'], dtype='<U7')
93729372 Coordinates:
9373- student (test) <U7 84B 'Bob' 'Bob' 'Alice'
93749373 * test (test) <U6 72B 'Test 1' 'Test 2' 'Test 3'
9374+ student (test) <U7 84B 'Bob' 'Bob' 'Alice'
93759375
93769376 >>> min_score_in_english = dataset["student"].isel(
93779377 ... student=argmin_indices["english_scores"]
@@ -9380,8 +9380,8 @@ def argmin(self, dim: Hashable | None = None, **kwargs) -> Self:
93809380 <xarray.DataArray 'student' (test: 3)> Size: 84B
93819381 array(['Charlie', 'Bob', 'Charlie'], dtype='<U7')
93829382 Coordinates:
9383- student (test) <U7 84B 'Charlie' 'Bob' 'Charlie'
93849383 * test (test) <U6 72B 'Test 1' 'Test 2' 'Test 3'
9384+ student (test) <U7 84B 'Charlie' 'Bob' 'Charlie'
93859385
93869386 See Also
93879387 --------
0 commit comments