We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd9314 commit 08d38a3Copy full SHA for 08d38a3
pandas/core/resample.py
@@ -205,7 +205,7 @@ def __getattr__(self, attr: str):
205
206
# error: Signature of "obj" incompatible with supertype "BaseGroupBy"
207
@property
208
- def obj(self) -> NDFrameT: # type: ignore[override]
+ def obj(self) -> NDFrame: # type: ignore[override]
209
# error: Incompatible return value type (got "Optional[Any]",
210
# expected "NDFrameT")
211
return self.groupby.obj # type: ignore[return-value]
0 commit comments