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 d66a960 commit cf2349cCopy full SHA for cf2349c
doc/source/whatsnew/v3.0.0.rst
@@ -6,6 +6,14 @@ What's new in 3.0.0 (Month XX, 2025)
6
These are the changes in pandas 3.0.0. See :ref:`release` for a full changelog
7
including other versions of pandas.
8
9
+.. note::
10
+
11
+ The pandas 3.0 release removed a lot of functionality that was deprecated
12
+ in previous releases (see :ref:`below <whatsnew_300.prior_deprecations>`
13
+ for an overview). It is recommended to first upgrade to pandas 2.3 and to
14
+ ensure your code is working without warnings, before upgrading to pandas
15
+ 3.0.
16
17
{{ header }}
18
19
.. ---------------------------------------------------------------------------
0 commit comments