File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
224
224
-i " pandas.api.extensions.ExtensionArray.insert PR07,RT03,SA01" \
225
225
-i " pandas.api.extensions.ExtensionArray.interpolate PR01,SA01" \
226
226
-i " pandas.api.extensions.ExtensionArray.isin PR07,RT03,SA01" \
227
- -i " pandas.api.extensions.ExtensionArray.isna SA01" \
228
227
-i " pandas.api.extensions.ExtensionArray.nbytes SA01" \
229
228
-i " pandas.api.extensions.ExtensionArray.ndim SA01" \
230
229
-i " pandas.api.extensions.ExtensionArray.ravel RT03,SA01" \
Original file line number Diff line number Diff line change @@ -767,6 +767,11 @@ def isna(self) -> np.ndarray | ExtensionArraySupportsAnyAll:
767
767
an ndarray would be expensive, an ExtensionArray may be
768
768
returned.
769
769
770
+ See Also
771
+ --------
772
+ ExtensionArray.dropna: Return ExtensionArray without NA values.
773
+ ExtensionArray.fillna: Fill NA/NaN values using the specified method.
774
+
770
775
Notes
771
776
-----
772
777
If returning an ExtensionArray, then
You can’t perform that action at this time.
0 commit comments