Skip to content

Conversation

@Chiwendaiyue
Copy link
Contributor

… to array-like of bool

        mask : np.ndarray[bool]
            Array of booleans denoting where values in the original
            data are not ``NA``.

with

mask : array-like of bool
    Array of booleans denoting where values should be replaced.

In order to fix the old documentation on https://pandas.pydata.org/docs/dev/reference/api/pandas.Index.putmask.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOC: Index.putmask can accept more than np.ndarray[bool] for mask

1 participant