Skip to content

Commit 4b1436f

Browse files
authored
remove deprecated Series.view (#1504)
1 parent 28f16e9 commit 4b1436f

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
@@ -555,7 +555,6 @@ class Series(IndexOpsMixin[S1], ElementOpsMixin[S1], NDFrame):
555555
def values(self) -> np_1darray | ExtensionArray | Categorical: ...
556556
def ravel(self, order: _str = ...) -> np_1darray: ...
557557
def __len__(self) -> int: ...
558-
def view(self, dtype: Dtype | None = None) -> Series[S1]: ...
559558
@final
560559
def __array_ufunc__(
561560
self, ufunc: Callable, method: _str, *inputs: Any, **kwargs: Any

0 commit comments

Comments
 (0)