File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-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.tolist RT03,SA01" \
180
179
-i " pandas.api.extensions.ExtensionArray.unique RT03,SA01" \
181
180
-i " pandas.api.extensions.ExtensionArray.view SA01" \
182
181
-i " pandas.api.interchange.from_dataframe RT03,SA01" \
Original file line number Diff line number Diff line change @@ -2225,6 +2225,12 @@ def tolist(self) -> list:
2225
2225
Returns
2226
2226
-------
2227
2227
list
2228
+ Python list of values in array.
2229
+
2230
+ See Also
2231
+ --------
2232
+ Index.to_list: Return a list of the values in the Index.
2233
+ Series.to_list: Return a list of the values in the Series.
2228
2234
2229
2235
Examples
2230
2236
--------
You can’t perform that action at this time.
0 commit comments