-
Notifications
You must be signed in to change notification settings - Fork 653
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
df.loc[max(df.index) + 1] = df.loc[any_number] raises KeyError #3764
Labels
Backport 🔙
Issues that need to be backported to previous release(s)
bug 🦗
Something isn't working
P1
Important tasks that we should complete soon
pandas concordance 🐼
Functionality that does not match pandas
Comments
7 tasks
devin-petersohn
added
the
Backport 🔙
Issues that need to be backported to previous release(s)
label
Dec 6, 2021
This was referenced Feb 22, 2022
mvashishtha
added
pandas concordance 🐼
Functionality that does not match pandas
bug 🦗
Something isn't working
labels
Aug 30, 2022
mvashishtha
changed the title
df.loc[max(df.index) + 1] = df.loc[any_number] raises an issue
df.loc[max(df.index) + 1] = df.loc[any_number] raises KeyError
Sep 16, 2022
billiam-wang
added a commit
to billiam-wang/modin
that referenced
this issue
Sep 21, 2022
billiam-wang
pushed a commit
to billiam-wang/modin
that referenced
this issue
Sep 26, 2022
…-like index is out of bounds Signed-off-by: Rehan Durrani <[email protected]>
billiam-wang
added a commit
to billiam-wang/modin
that referenced
this issue
Sep 26, 2022
…to df Signed-off-by: Bill Wang <[email protected]>
billiam-wang
added a commit
to RehanSD/modin
that referenced
this issue
Sep 28, 2022
…to df Signed-off-by: Bill Wang <[email protected]>
3 tasks
mvashishtha
pushed a commit
that referenced
this issue
Oct 25, 2022
…3765) Co-authored-by: Devin Petersohn <[email protected]> Co-authored-by: Bill Wang <[email protected]> Co-authored-by: Vasily Litvinov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Backport 🔙
Issues that need to be backported to previous release(s)
bug 🦗
Something isn't working
P1
Important tasks that we should complete soon
pandas concordance 🐼
Functionality that does not match pandas
System information
modin.__version__
):Describe the problem
When we do the following in pandas:
df becomes
When we do it Modin, the following happens:
(we get a KeyError since we're trying to index into an index position that doesn't exist)
Source code / logs
The text was updated successfully, but these errors were encountered: