We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b1a2d commit f300b5dCopy full SHA for f300b5d
pandas-stubs/core/groupby/groupby.pyi
@@ -74,9 +74,9 @@ from pandas._typing import (
74
from pandas.plotting import PlotAccessor
75
76
_ResamplerGroupBy: TypeAlias = (
77
- DatetimeIndexResamplerGroupby[NDFrameT]
78
- | PeriodIndexResamplerGroupby[NDFrameT]
79
- | TimedeltaIndexResamplerGroupby[NDFrameT]
+ DatetimeIndexResamplerGroupby[NDFrameT] # ty: ignore[invalid-argument-type]
+ | PeriodIndexResamplerGroupby[NDFrameT] # ty: ignore[invalid-argument-type]
+ | TimedeltaIndexResamplerGroupby[NDFrameT] # ty: ignore[invalid-argument-type]
80
)
81
82
class GroupBy(BaseGroupBy[NDFrameT]):
0 commit comments