We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d438e8b commit 6108bcbCopy full SHA for 6108bcb
doc/source/user_guide/basics.rst
@@ -209,9 +209,6 @@ either match on the *index* or *columns* via the **axis** keyword:
209
df.sub(column, axis="index")
210
df.sub(column, axis=0)
211
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
-
215
.. ipython:: python
216
217
df.add(np.array([1, 2, 3]), axis=0)
0 commit comments