Skip to content

Commit 0226c15

Browse files
committed
Add documentation about where
1 parent 524de56 commit 0226c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/xarray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ where ``condition`` is falsy, and it does not evaluate ``b`` where ``condition``
126126
| Python 3 - xarray | C++ 14 - xframe |
127127
+===============================================+===============================================+
128128
| ``xr.where(a > 5, a, b)`` | ``xf::where(a > 5, a, b)`` |
129+
| ``xr.where(a > 5, 100, a)`` | ``xf::where(a > 5, 100, a)`` |
129130
+-----------------------------------------------+-----------------------------------------------+
130131
| ``np.any(a)`` | ``xf::any(a)`` |
131132
+-----------------------------------------------+-----------------------------------------------+
@@ -251,4 +252,3 @@ xframe universal functions are provided for a large set number of mathematical f
251252
+-----------------------------------------------+-----------------------------------------------+
252253
| ``scipy.special.gammaln(a)`` | ``xf::lgamma(a)`` |
253254
+-----------------------------------------------+-----------------------------------------------+
254-

0 commit comments

Comments
 (0)