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 7bcf683 commit ec00318Copy full SHA for ec00318
doc/source/user_guide/basics.rst
@@ -213,7 +213,6 @@ Be careful when using raw Python lists in binary operations with DataFrames.
213
Unlike NumPy arrays or Series, lists are not broadcast across rows or columns.
214
Instead, pandas attempts to match the entire list against a single axis, which may lead to confusing results such as Series of arrays.
215
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>`_
217
Furthermore you can align a level of a MultiIndexed DataFrame with a Series.
218
219
.. ipython:: python
0 commit comments