Skip to content

Commit 6fb8942

Browse files
DOC: added RT03 to pandas.Index.to_list
1 parent e9b0a3c commit 6fb8942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,7 @@ def tolist(self) -> list:
789789
Returns
790790
-------
791791
list
792+
List containing the values as Python or pandas scalers.
792793
793794
See Also
794795
--------

0 commit comments

Comments
 (0)