Skip to content

Commit 5e0a4f6

Browse files
GHXXX PR feedback
1 parent 8f710a2 commit 5e0a4f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas-stubs/core/resample.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ from typing import (
1111
import numpy as np
1212
from pandas import (
1313
DataFrame,
14+
Index,
1415
Series,
1516
Timedelta,
1617
)
1718
from pandas.core.groupby.generic import SeriesGroupBy
1819
from pandas.core.groupby.groupby import BaseGroupBy
1920
from pandas.core.groupby.grouper import Grouper
21+
from pandas.core.groupby.ops import BinGrouper
2022
from typing_extensions import (
2123
Self,
2224
TypeAlias,
@@ -57,6 +59,8 @@ _SeriesGroupByFuncArgs: TypeAlias = (
5759
)
5860

5961
class Resampler(BaseGroupBy[NDFrameT]):
62+
_grouper: BinGrouper
63+
ax: Index
6064
def __getattr__(self, attr: str) -> SeriesGroupBy: ...
6165
@overload
6266
def aggregate(

0 commit comments

Comments
 (0)