You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi gua-nernst, I agree this likely seems to be a typo since .iat() selects based upon integer position and .at() selects based upon label and this is the select by position section. I am attempting a quick fix and pull request on this.
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/user_guide/10min.html#selection-by-position
Documentation problem
Under Select by position section, it should be
DataFrame.iat()
instead ofDataFrame.at()
Later in this section,
.iat()
is used, not.at()
. So it is probably a typo from my understanding.Suggested fix for documentation
Change
DataFrame.at()
toDataFrame.iat()
under Select by position section.The text was updated successfully, but these errors were encountered: