Skip to content

Commit d24a950

Browse files
listentojohanjorisvandenbossche
authored andcommitted
DOC: Update documentation with correct link (#21745)
1 parent c7e4b21 commit d24a950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.20.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ Removal of prior version deprecations/changes
15281528
- The ``pandas.io.ga`` module with a ``google-analytics`` interface is removed (:issue:`11308`).
15291529
Similar functionality can be found in the `Google2Pandas <https://github.com/panalysis/Google2Pandas>`__ package.
15301530
- ``pd.to_datetime`` and ``pd.to_timedelta`` have dropped the ``coerce`` parameter in favor of ``errors`` (:issue:`13602`)
1531-
- ``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 functionality can be found in the `statsmodels <shttp://www.statsmodels.org/dev/>`__ package. (:issue:`11898`)
1531+
- ``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 functionality can be found in the `statsmodels <https://www.statsmodels.org/dev/>`__ package. (:issue:`11898`)
15321532
- The ``TimeSeries`` and ``SparseTimeSeries`` classes, aliases of ``Series``
15331533
and ``SparseSeries``, are removed (:issue:`10890`, :issue:`15098`).
15341534
- ``Series.is_time_series`` is dropped in favor of ``Series.index.is_all_dates`` (:issue:`15098`)

0 commit comments

Comments
 (0)