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
remove pd.ols, pd.fama_macbeth from top-level namespace
xref pandas-dev#11898closeswesm/pandas2#26
previously deprecated in 0.18.0
Author: Jeff Reback <[email protected]>
Closespandas-dev#15353 from jreback/stats and squashes the following commits:
9563740 [Jeff Reback] DEPR: remove statsmodels as a dependency
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -396,7 +396,7 @@ Removal of prior version deprecations/changes
396
396
- The ``pandas.io.ga`` module with a ``google-analytics`` interface is removed (:issue:`11308`).
397
397
Similar functionality can be found in the `Google2Pandas <https://github.com/panalysis/Google2Pandas>`__ package.
398
398
- ``pd.to_datetime`` and ``pd.to_timedelta`` have dropped the ``coerce`` parameter in favor of ``errors`` (:issue:`13602`)
399
-
399
+
- ``pandas.stats.fama_macbeth``, ``pandas.stats.ols``, ``pandas.stats.plm`` and ``pandas.stats.var``, as well as the top-level ``pandas.fama_macbeth`` and ``pandas.ols`` routines are removed. Similar functionaility can be found in the `statsmodels <shttp://www.statsmodels.org/dev/>`__ package. (:issue:`11898`)
0 commit comments