We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f573c7 commit 6fc6a31Copy full SHA for 6fc6a31
pandas-stubs/core/indexes/period.pyi
@@ -57,7 +57,7 @@ class PeriodIndex(DatetimeIndexOpsMixin[pd.Period, np.object_], PeriodIndexField
57
def asof_locs(
58
self,
59
where: pd.DatetimeIndex | PeriodIndex,
60
- mask: np.ndarray[tuple[int], np.dtype[np.bool_]],
+ mask: np_1darray[np.bool_],
61
) -> np_1darray[np.intp]: ...
62
@property
63
def is_full(self) -> bool: ...
0 commit comments