@@ -990,7 +990,7 @@ def drop_sel(self, labels=None, *, errors="raise", **labels_kwargs):
990
990
def ffill (self , dim , limit = None ):
991
991
"""unit-aware version of ffill
992
992
993
- Like :py:meth:`DataArray.ffill` but without stripping the data units.
993
+ Like :py:meth:`xarray. DataArray.ffill` but without stripping the data units.
994
994
995
995
See Also
996
996
--------
@@ -1007,7 +1007,7 @@ def ffill(self, dim, limit=None):
1007
1007
def bfill (self , dim , limit = None ):
1008
1008
"""unit-aware version of bfill
1009
1009
1010
- Like :py:meth:`DataArray.bfill` but without stripping the data units.
1010
+ Like :py:meth:`xarray. DataArray.bfill` but without stripping the data units.
1011
1011
1012
1012
See Also
1013
1013
--------
@@ -1751,7 +1751,7 @@ def drop_sel(self, labels=None, *, errors="raise", **labels_kwargs):
1751
1751
def ffill (self , dim , limit = None ):
1752
1752
"""unit-aware version of ffill
1753
1753
1754
- Like :py:meth:`Dataset.ffill` but without stripping the data units.
1754
+ Like :py:meth:`xarray. Dataset.ffill` but without stripping the data units.
1755
1755
1756
1756
See Also
1757
1757
--------
@@ -1768,7 +1768,7 @@ def ffill(self, dim, limit=None):
1768
1768
def bfill (self , dim , limit = None ):
1769
1769
"""unit-aware version of bfill
1770
1770
1771
- Like :py:meth:`Dataset.bfill` but without stripping the data units.
1771
+ Like :py:meth:`xarray. Dataset.bfill` but without stripping the data units.
1772
1772
1773
1773
See Also
1774
1774
--------
0 commit comments