New methods iat
and at
to access single value in DataFrame/Series
#349
Labels
iat
and at
to access single value in DataFrame/Series
#349
Regarding your point on:
I think we need to add a new method for that. Something like
[iat](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.iat.html)
in pandas. I'll create an issue for it.Originally posted by @risenW in #348 (comment)
Acceptance
iat
method exists and supports retrieving single values by row and/or column indexat
method exists and supports retrieving single values by row and/or column labelsThe text was updated successfully, but these errors were encountered: