-
Notifications
You must be signed in to change notification settings - Fork 21
API: Indexing #89
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
Labels
Comments
2 tasks
The above-listed APIs for indexing were implemented: dataframe-api/spec/API_specification/dataframe_api/dataframe_object.py Lines 96 to 183 in 7059081
So I'll close this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summarizing the discussion from the call 2022-10-13, the agreed-upon API looks like:
Punting[x]
indicates that we discussed several options and decided to put off making a decision. Forget_rows
the options wereSequence[int]
andColumn[int]
. Forget_rows_by_mask
the options wereArraylike[bool]
andColumn[bool]
(here Arraylike probably denotes an object adhering to the array API standard, but some participants wanted to be stricter than that).The following indexing methods from pandas.DataFrame are not included:
The text was updated successfully, but these errors were encountered: