We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e22870 commit 583d198Copy full SHA for 583d198
pandas-stubs/core/indexes/period.pyi
@@ -53,7 +53,7 @@ class PeriodIndex(DatetimeIndexOpsMixin[pd.Period], PeriodIndexFieldOps):
53
def __array__(self, dtype=...) -> np.ndarray: ...
54
def __array_wrap__(self, result, context=...): ...
55
def asof_locs(self, where, mask): ...
56
- def astype(self, dtype, copy: bool = ..., how: str = ...): ...
+ def astype(self, dtype, copy: bool = ...): ...
57
def searchsorted(self, value, side: str = ..., sorter=...): ...
58
@property
59
def is_full(self) -> bool: ...
0 commit comments