Skip to content

Commit

Permalink
Remove pipe annotations from DataFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
paw-lu committed Dec 26, 2023
1 parent 174645d commit ad97330
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pandas-stubs/core/frame.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ from pandas._typing import (
StorageOptions,
StrLike,
Suffixes,
T as TType,
TimestampConvention,
ValidationOptions,
WriteBuffer,
Expand Down Expand Up @@ -1829,12 +1828,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,
Expand Down

0 comments on commit ad97330

Please sign in to comment.