Skip to content

Commit ec00318

Browse files
author
Shashwat1001
committed
DOC: Removed external link in basics.rst
1 parent 7bcf683 commit ec00318

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/source/user_guide/basics.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ Be careful when using raw Python lists in binary operations with DataFrames.
213213
Unlike NumPy arrays or Series, lists are not broadcast across rows or columns.
214214
Instead, pandas attempts to match the entire list against a single axis, which may lead to confusing results such as Series of arrays.
215215
To ensure proper broadcasting behavior, use a NumPy array or Series with explicit index or shape.
216-
See also: `numpy broadcasting <https://numpy.org/doc/stable/user/basics.broadcasting.html>`_
217216
Furthermore you can align a level of a MultiIndexed DataFrame with a Series.
218217

219218
.. ipython:: python

0 commit comments

Comments
 (0)