File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
147
147
-i " pandas.Index.str PR01,SA01" \
148
148
-i " pandas.Index.symmetric_difference PR07,RT03,SA01" \
149
149
-i " pandas.Index.take PR01,PR07" \
150
- -i " pandas.Index.to_list RT03" \
151
150
-i " pandas.Index.union PR07,RT03,SA01" \
152
151
-i " pandas.Index.view GL08" \
153
152
-i " pandas.Int16Dtype SA01" \
@@ -368,7 +367,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
368
367
-i " pandas.Series.swaplevel SA01" \
369
368
-i " pandas.Series.to_dict SA01" \
370
369
-i " pandas.Series.to_frame SA01" \
371
- -i " pandas.Series.to_list RT03" \
372
370
-i " pandas.Series.to_markdown SA01" \
373
371
-i " pandas.Series.to_string SA01" \
374
372
-i " pandas.Series.truediv PR07" \
Original file line number Diff line number Diff line change @@ -789,6 +789,7 @@ def tolist(self) -> list:
789
789
Returns
790
790
-------
791
791
list
792
+ List containing the values as Python or pandas scalers.
792
793
793
794
See Also
794
795
--------
You can’t perform that action at this time.
0 commit comments