-
-
Notifications
You must be signed in to change notification settings - Fork 217
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Regarding your point on:
Should I be using a different method just to get the single value of cell X/Y?
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 index -
at
method exists and supports retrieving single values by row and/or column labels
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers