Skip to content

Commit 32a2b2d

Browse files
committed
Add docstring to Series.axes
1 parent c5d49c4 commit 32a2b2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/core/series.py

+3
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,9 @@ def _unpickle_series_compat(self, state):
473473
# indexers
474474
@property
475475
def axes(self):
476+
"""
477+
Return a list of the row axis labels
478+
"""
476479
return [self.index]
477480

478481
def _ixs(self, i, axis=0):

0 commit comments

Comments
 (0)