diff --git a/doc/source/reference/groupby.rst b/doc/source/reference/groupby.rst index fe02fa106f941..771163ae1b0bc 100644 --- a/doc/source/reference/groupby.rst +++ b/doc/source/reference/groupby.rst @@ -5,7 +5,7 @@ ======= GroupBy ======= -.. currentmodule:: pandas.api.typing +.. currentmodule:: pandas.core.groupby :class:`pandas.api.typing.DataFrameGroupBy` and :class:`pandas.api.typing.SeriesGroupBy` instances are returned by groupby calls :func:`pandas.DataFrame.groupby` and @@ -40,7 +40,7 @@ Function application helper NamedAgg -.. currentmodule:: pandas.api.typing +.. currentmodule:: pandas.core.groupby Function application -------------------- diff --git a/doc/source/reference/resampling.rst b/doc/source/reference/resampling.rst index 2b52087cec280..edbc8090fc849 100644 --- a/doc/source/reference/resampling.rst +++ b/doc/source/reference/resampling.rst @@ -5,7 +5,7 @@ ========== Resampling ========== -.. currentmodule:: pandas.api.typing +.. currentmodule:: pandas.core.resample :class:`pandas.api.typing.Resampler` instances are returned by resample calls: :func:`pandas.DataFrame.resample`, :func:`pandas.Series.resample`. diff --git a/doc/source/reference/window.rst b/doc/source/reference/window.rst index 75faf69583cfe..14af2b8a120e0 100644 --- a/doc/source/reference/window.rst +++ b/doc/source/reference/window.rst @@ -17,7 +17,7 @@ calls: :func:`pandas.DataFrame.ewm` and :func:`pandas.Series.ewm`. Rolling window functions ------------------------ -.. currentmodule:: pandas.api.typing +.. currentmodule:: pandas.core.window.rolling .. autosummary:: :toctree: api/ @@ -44,7 +44,7 @@ Rolling window functions Weighted window functions ------------------------- -.. currentmodule:: pandas.api.typing +.. currentmodule:: pandas.core.window.rolling .. autosummary:: :toctree: api/ @@ -58,7 +58,7 @@ Weighted window functions Expanding window functions -------------------------- -.. currentmodule:: pandas.api.typing +.. currentmodule:: pandas.core.window.expanding .. autosummary:: :toctree: api/ @@ -85,7 +85,7 @@ Expanding window functions Exponentially-weighted window functions --------------------------------------- -.. currentmodule:: pandas.api.typing +.. currentmodule:: pandas.core.window.ewm .. autosummary:: :toctree: api/