Skip to content

Commit 6108bcb

Browse files
author
Shashwat1001
committed
Changes removed the line
1 parent d438e8b commit 6108bcb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/source/user_guide/basics.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ either match on the *index* or *columns* via the **axis** keyword:
209209
df.sub(column, axis="index")
210210
df.sub(column, axis=0)
211211
212-
Use .add(array, axis=0) to broadcast values row-wise, ensuring each element in the array is
213-
applied to the corresponding row. This avoids accidental column alignment and preserves expected element-wise behavior.
214-
215212
.. ipython:: python
216213
217214
df.add(np.array([1, 2, 3]), axis=0)

0 commit comments

Comments
 (0)