Skip to content
Next Next commit
add ApplyFuncType alias
  • Loading branch information
arw2019 committed Dec 15, 2020
commit f4e5d0da0dd5f5aac3293bcc9dad4f73f1282d61
1 change: 1 addition & 0 deletions pandas/_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"BaseWindow",
"Resampler",
]
ApplyFuncType = Union[np.ufunc, AggFuncType]

# filenames and file-like-objects
Buffer = Union[IO[AnyStr], RawIOBase, BufferedIOBase, TextIOBase, TextIOWrapper, mmap]
Expand Down