Skip to content

Commit 0c182be

Browse files
DOC: add SA01 to pandas.Index.item
1 parent 1b932e3 commit 0c182be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pandas/core/base.py

+5
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,11 @@ def item(self):
398398
ValueError
399399
If the data is not length = 1.
400400
401+
See Also
402+
--------
403+
Index.values : Returns an array representing the data in the Index.
404+
Series.head : Returns the first `n` rows.
405+
401406
Examples
402407
--------
403408
>>> s = pd.Series([1])

0 commit comments

Comments
 (0)