Skip to content

Commit 6a52634

Browse files
authored
DOC: Fixed Issue: Typo of DataFrame.iat() in 10 minutes to panda (#49122)
1 parent 90b4add commit 6a52634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/10min.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ For getting fast access to a scalar (equivalent to the prior method):
233233
Selection by position
234234
~~~~~~~~~~~~~~~~~~~~~
235235

236-
See more in :ref:`Selection by Position <indexing.integer>` using :meth:`DataFrame.iloc` or :meth:`DataFrame.at`.
236+
See more in :ref:`Selection by Position <indexing.integer>` using :meth:`DataFrame.iloc` or :meth:`DataFrame.iat`.
237237

238238
Select via the position of the passed integers:
239239

0 commit comments

Comments
 (0)