-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Closed
Labels
Closing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsTypingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checking
Description
https://github.com/pandas-dev/pandas/blob/master/pandas/core/groupby/groupby.py#L1294
# To track operations that expand dimensions, like ohlc
OutputFrameOrSeries = TypeVar("OutputFrameOrSeries", bound=NDFrame)
at the very least this should be in pandas._typing
. puzzled why we need this at all, as this is the same as FrameOrSeries
Metadata
Metadata
Assignees
Labels
Closing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsTypingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checking