-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Open
Labels
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
mainhere
Location of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.Index.putmask.html
Documentation problem
mask can accept 1d arrays of numpy, lists of bool and np.bool, pandas BooleanArray, Index[bool] and Series[bool].
Originated from pandas-dev/pandas-stubs#1505.
Suggested fix for documentation
mask : AnyArrayLike of boolean values