You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -516,7 +516,6 @@ The method has now gained a keyword ``join`` to control the manner of alignment,
516
516
In v.0.23 ``join`` will default to None (meaning no alignment), but this default will change to ``'left'`` in a future version of pandas.
517
517
518
518
.. ipython:: python
519
-
:okwarning:
520
519
521
520
s = pd.Series(['a', 'b', 'c', 'd'])
522
521
t = pd.Series(['b', 'd', 'e', 'c'], index=[1, 3, 4, 2])
@@ -856,7 +855,6 @@ In a future version of pandas :func:`pandas.concat` will no longer sort the non-
856
855
The current behavior is the same as the previous (sorting), but now a warning is issued when ``sort`` is not specified and the non-concatenation axis is not aligned (:issue:`4588`).
0 commit comments