File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-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.take RT03" \
228
227
-i " pandas.api.extensions.ExtensionArray.tolist RT03,SA01" \
229
228
-i " pandas.api.extensions.ExtensionArray.unique RT03,SA01" \
230
229
-i " pandas.api.extensions.ExtensionArray.view SA01" \
Original file line number Diff line number Diff line change @@ -1595,6 +1595,7 @@ def take(
1595
1595
Returns
1596
1596
-------
1597
1597
ExtensionArray
1598
+ An array formed with selected `indices`.
1598
1599
1599
1600
Raises
1600
1601
------
You can’t perform that action at this time.
0 commit comments