From 000c5ce5355629a5e509bca20bc023580e7566c7 Mon Sep 17 00:00:00 2001 From: H L Date: Sat, 15 Oct 2022 14:20:43 -0700 Subject: [PATCH] DOC: Fixed Issue: Typo of DataFrame.iat() in 10 minutes to panda --- doc/source/user_guide/10min.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/10min.rst b/doc/source/user_guide/10min.rst index 06508e9af9660..6fc53fe09d791 100644 --- a/doc/source/user_guide/10min.rst +++ b/doc/source/user_guide/10min.rst @@ -233,7 +233,7 @@ For getting fast access to a scalar (equivalent to the prior method): Selection by position ~~~~~~~~~~~~~~~~~~~~~ -See more in :ref:`Selection by Position ` using :meth:`DataFrame.iloc` or :meth:`DataFrame.at`. +See more in :ref:`Selection by Position ` using :meth:`DataFrame.iloc` or :meth:`DataFrame.iat`. Select via the position of the passed integers: