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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
+6
Original file line number
Diff line number
Diff line change
@@ -536,6 +536,12 @@ Deprecations
536
536
- importing ``concat`` from ``pandas.tools.merge`` has been deprecated in favor of imports from the ``pandas`` namespace. This should only affect explict imports (:issue:`15358`)
537
537
- ``Series/DataFrame/Panel.consolidate()`` been deprecated as a public method. (:issue:`15483`)
538
538
- ``FrozenList`` addition (new object and inplace) have been deprecated in favor of the ``.union()`` method. (:issue: `15475`)
539
+
- The following top-level pandas functions have been deprecated and will be removed in a future version (:issue:`13790`)
540
+
* ``pd.pnow()``, replaced by ``Period.now()``
541
+
* ``pd.Term``, not applicable to the user
542
+
* ``pd.Expr``, not applicable to the user
543
+
* ``pd.match()``, replaced by a direct import from ``pandas.core.algorithms``
544
+
* ``pd.groupby()``, replaced by using the ``.groupby()`` method directly on a ``Series/DataFrame``
0 commit comments