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 cfe54bd commit 453b73bCopy full SHA for 453b73b
doc/source/whatsnew/v1.4.0.rst
@@ -666,7 +666,7 @@ be removed in a future version. Use :func:`pandas.concat` instead (:issue:`35407
666
667
.. code-block:: ipython
668
669
- In [1]: pd.Series([1, 2]).append(pd.Series([3, 4])
+ In [1]: pd.Series([1, 2]).append(pd.Series([3, 4]))
670
Out [1]:
671
<stdin>:1: FutureWarning: The series.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
672
0 1
0 commit comments