We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ba094 commit 6adddb7Copy full SHA for 6adddb7
doc/source/whatsnew/v0.20.0.txt
@@ -785,6 +785,7 @@ Deprecations
785
- ``Series/DataFrame/Panel.consolidate()`` been deprecated as a public method. (:issue:`15483`)
786
- The ``as_indexer`` keyword of ``Series.str.match()`` has been deprecated (ignored keyword) (:issue:`15257`).
787
- The following top-level pandas functions have been deprecated and will be removed in a future version (:issue:`13790`)
788
+
789
* ``pd.pnow()``, replaced by ``Period.now()``
790
* ``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
791
* ``pd.Expr``, is removed, as it is not applicable to user code.
0 commit comments