Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New methods iat and at to access single value in DataFrame/Series #349

Closed
2 tasks
risenW opened this issue Jan 14, 2022 · 5 comments
Closed
2 tasks

New methods iat and at to access single value in DataFrame/Series #349

risenW opened this issue Jan 14, 2022 · 5 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@risenW
Copy link
Member

risenW commented Jan 14, 2022

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
@KingWebsites
Copy link

Great news. Could you add an "at" method too, which is the same but uses named row and column labels?
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.at.html

@risenW
Copy link
Member Author

risenW commented Jan 14, 2022

Great news. Could you add an "at" method too, which is the same but uses named row and column labels? https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.at.html

Yes, I'll update the issue description

@risenW risenW changed the title New method iat to access single value in DataFrame/Series New methods iat and at to access single value in DataFrame/Series Jan 14, 2022
@risenW risenW added the enhancement New feature or request label Jan 14, 2022
@risenW
Copy link
Member Author

risenW commented Jan 14, 2022

@KingWebsites Would like to work on this?

@KingWebsites
Copy link

Unfortuately I don't have the skillset to contribute. After years as a front-end dev who just used jQuery I've only spent a few months learning more modern js. I'm hoping to be in a position to do so at some point in the future though.

@risenW
Copy link
Member Author

risenW commented Jan 14, 2022

Unfortuately I don't have the skillset to contribute. After years as a front-end dev who just used jQuery I've only spent a few months learning more modern js. I'm hoping to be in a position to do so at some point in the future though.

No worries at all 👏🏻Thanks for using the library and taking out time to give us feedback. It is also a very important contribution.

@risenW risenW added the good first issue Good for newcomers label Jan 18, 2022
@risenW risenW self-assigned this Jan 19, 2022
@risenW risenW closed this as completed Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants