Skip to content

Commit 356579d

Browse files
Refer to concat in root namespace
1 parent 963d151 commit 356579d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.4.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ Deprecated Frame.append and Series.append
444444
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
445445

446446
:meth:`DataFrame.append` and :meth:`Series.append` have been deprecated and will be removed in Pandas 2.0.
447-
Use :func:`pandas.core.reshape.concat` instead (:issue:`35407`).
447+
Use :func:`pandas.concat` instead (:issue:`35407`).
448448

449449
*Deprecated syntax*
450450

0 commit comments

Comments
 (0)