From d71a30b2648fda16b275cbf8097fb2ae27625bd0 Mon Sep 17 00:00:00 2001 From: "Paulo S. Costa" Date: Thu, 21 Dec 2023 20:45:19 -0800 Subject: [PATCH] Remove pipe annotations from DataFrame --- pandas-stubs/core/frame.pyi | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pandas-stubs/core/frame.pyi b/pandas-stubs/core/frame.pyi index 6cd3236b..15dc469a 100644 --- a/pandas-stubs/core/frame.pyi +++ b/pandas-stubs/core/frame.pyi @@ -114,7 +114,6 @@ from pandas._typing import ( StorageOptions, StrLike, Suffixes, - T as TType, TimestampConvention, ValidationOptions, WriteBuffer, @@ -1830,12 +1829,6 @@ class DataFrame(NDFrame, OpsMixin): freq=..., **kwargs, ) -> DataFrame: ... - def pipe( - self, - func: Callable[..., TType] | tuple[Callable[..., TType], _str], - *args, - **kwargs, - ) -> TType: ... def pop(self, item: _str) -> Series: ... def pow( self,