We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77229f7 commit 8fd7c26Copy full SHA for 8fd7c26
pandas/core/indexing.py
@@ -1439,8 +1439,8 @@ class _LocIndexer(_LocationIndexer):
1439
1440
See Also
1441
--------
1442
- DateFrame.at : Access a single value for a row/column label pair
1443
- DateFrame.iloc : Access group of rows and columns by integer position(s)
+ DataFrame.at : Access a single value for a row/column label pair
+ DataFrame.iloc : Access group of rows and columns by integer position(s)
1444
DataFrame.xs : Returns a cross-section (row(s) or column(s)) from the
1445
Series/DataFrame.
1446
Series.loc : Access group of values using labels
0 commit comments