We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569f904 commit a79e2a0Copy full SHA for a79e2a0
doc/source/user_guide/basics.rst
@@ -408,20 +408,6 @@ raise a ValueError:
408
409
pd.Series(['foo', 'bar', 'baz']) == pd.Series(['foo'])
410
411
-Note that this is different from the NumPy behavior where a comparison can
412
-be broadcast:
413
-
414
-.. ipython:: python
415
416
- np.array([1, 2, 3]) == np.array([2])
417
418
-or it can return False if broadcasting can not be done:
419
420
421
- :okwarning:
422
423
- np.array([1, 2, 3]) == np.array([1, 2])
424
425
Combining overlapping data sets
426
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
427
0 commit comments