File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
176
176
-i " pandas.Timestamp.value GL08" \
177
177
-i " pandas.Timestamp.year GL08" \
178
178
-i " pandas.api.extensions.ExtensionArray.interpolate PR01,SA01" \
179
- -i " pandas.api.extensions.ExtensionArray.unique RT03,SA01" \
180
179
-i " pandas.api.extensions.ExtensionArray.view SA01" \
181
180
-i " pandas.api.interchange.from_dataframe RT03,SA01" \
182
181
-i " pandas.api.types.is_bool PR01,SA01" \
Original file line number Diff line number Diff line change @@ -1319,6 +1319,13 @@ def unique(self) -> Self:
1319
1319
Returns
1320
1320
-------
1321
1321
pandas.api.extensions.ExtensionArray
1322
+ With unique values from the input array.
1323
+
1324
+ See Also
1325
+ --------
1326
+ Index.unique: Return unique values in the index.
1327
+ Series.unique: Return unique values of Series object.
1328
+ unique: Return unique values based on a hash table.
1322
1329
1323
1330
Examples
1324
1331
--------
You can’t perform that action at this time.
0 commit comments