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
Use DeprecationWarning for core.common deprecations (GH13634)
Related to second question in #13634 (whether to use FutureWarning or
DeprecationWarning in deprecating the public pandas.core.common
functions). As those functions are mostly used in library code, and
less directly by users in their own code, I think a DeprecationWarning
is more appropriate in this case. For example, in our own docs, we
started to get warnings due to an example with a statsmodels
regression that uses patsy using one of those functions. Note that
recent IPython also shows DeprecationWarnings when using a deprecated
function interactively.
Author: Joris Van den Bossche <[email protected]>
Closes#13990 from jorisvandenbossche/common-depr-warning and squashes the following commits:
2de5d48 [Joris Van den Bossche] Use DeprecationWarning for core.common deprecations (GH13634)
0 commit comments