Skip to content

Commit 24f3c13

Browse files
committed
remove deprecated Series.view
1 parent dc3304b commit 24f3c13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas-stubs/core/series.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ class Series(IndexOpsMixin[S1], ElementOpsMixin[S1], NDFrame):
550550
def values(self) -> np_1darray | ExtensionArray | Categorical: ...
551551
def ravel(self, order: _str = ...) -> np_1darray: ...
552552
def __len__(self) -> int: ...
553-
def view(self, dtype: Dtype | None = None) -> Series[S1]: ...
554553
@final
555554
def __array_ufunc__(
556555
self, ufunc: Callable, method: _str, *inputs: Any, **kwargs: Any

0 commit comments

Comments
 (0)