File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
=======
6
6
GroupBy
7
7
=======
8
- .. currentmodule :: pandas.api.typing
8
+ .. currentmodule :: pandas.core.groupby
9
9
10
10
:class: `pandas.api.typing.DataFrameGroupBy ` and :class: `pandas.api.typing.SeriesGroupBy `
11
11
instances are returned by groupby calls :func: `pandas.DataFrame.groupby ` and
@@ -40,7 +40,7 @@ Function application helper
40
40
41
41
NamedAgg
42
42
43
- .. currentmodule :: pandas.api.typing
43
+ .. currentmodule :: pandas.core.groupby
44
44
45
45
Function application
46
46
--------------------
Original file line number Diff line number Diff line change 5
5
==========
6
6
Resampling
7
7
==========
8
- .. currentmodule :: pandas.api.typing
8
+ .. currentmodule :: pandas.core.resample
9
9
10
10
:class: `pandas.api.typing.Resampler ` instances are returned by
11
11
resample calls: :func: `pandas.DataFrame.resample `, :func: `pandas.Series.resample `.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ calls: :func:`pandas.DataFrame.ewm` and :func:`pandas.Series.ewm`.
17
17
18
18
Rolling window functions
19
19
------------------------
20
- .. currentmodule :: pandas.api.typing
20
+ .. currentmodule :: pandas.core.window.rolling
21
21
22
22
.. autosummary ::
23
23
:toctree: api/
@@ -44,7 +44,7 @@ Rolling window functions
44
44
45
45
Weighted window functions
46
46
-------------------------
47
- .. currentmodule :: pandas.api.typing
47
+ .. currentmodule :: pandas.core.window.rolling
48
48
49
49
.. autosummary ::
50
50
:toctree: api/
@@ -58,7 +58,7 @@ Weighted window functions
58
58
59
59
Expanding window functions
60
60
--------------------------
61
- .. currentmodule :: pandas.api.typing
61
+ .. currentmodule :: pandas.core.window.expanding
62
62
63
63
.. autosummary ::
64
64
:toctree: api/
@@ -85,7 +85,7 @@ Expanding window functions
85
85
86
86
Exponentially-weighted window functions
87
87
---------------------------------------
88
- .. currentmodule :: pandas.api.typing
88
+ .. currentmodule :: pandas.core.window.ewm
89
89
90
90
.. autosummary ::
91
91
:toctree: api/
You can’t perform that action at this time.
0 commit comments