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
@@ -537,6 +537,12 @@ Deprecations
537
537
- 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`)
538
538
- ``Series/DataFrame/Panel.consolidate()`` been deprecated as a public method. (:issue:`15483`)
539
539
- ``FrozenList`` addition (new object and inplace) have been deprecated in favor of the ``.union()`` method. (:issue: `15475`)
540
+
- The following top-level pandas functions have been deprecated and will be removed in a future version (:issue:`13790`)
541
+
* ``pd.pnow()``, replaced by ``Period.now()``
542
+
* ``pd.Term``, is removed, as it is not applicable to user code. Instead use in-line string expressions in the where clause when searching in HDFStore
543
+
* ``pd.Expr``, is removed, as it is not applicable to user code.
544
+
* ``pd.match()``, is removed.
545
+
* ``pd.groupby()``, replaced by using the ``.groupby()`` method directly on a ``Series/DataFrame``
0 commit comments