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

dataframe.loc() doesn`t work correctly at MODIN_STORAGE_FORMAT=omnisci #4022

Closed
Rubtsowa opened this issue Jan 21, 2022 · 1 comment · Fixed by #4910
Closed

dataframe.loc() doesn`t work correctly at MODIN_STORAGE_FORMAT=omnisci #4022

Rubtsowa opened this issue Jan 21, 2022 · 1 comment · Fixed by #4910
Labels
bug 🦗 Something isn't working HDK Related to HDK (OmniSci successor) engine or backend P3 Very minor bugs, or features we can hopefully add some day. pandas concordance 🐼 Functionality that does not match pandas

Comments

@Rubtsowa
Copy link
Contributor

When I run:

import modin.pandas as pd
import modin.config as cfg
cfg.StorageFormat.put('omnisci')

modin_df = pd.DataFrame(index=range(5))
modin_df.loc[1]

I have error:

KeyError: 1
@Rubtsowa Rubtsowa added bug 🦗 Something isn't working HDK Related to HDK (OmniSci successor) engine or backend labels Jan 21, 2022
@vnlitvinov vnlitvinov added P3 Very minor bugs, or features we can hopefully add some day. pandas concordance 🐼 Functionality that does not match pandas labels Aug 29, 2022
@vnlitvinov
Copy link
Collaborator

@modin-project/modin-omnisci could someone please check if this still happens?

AndreyPavlenko added a commit to AndreyPavlenko/modin that referenced this issue Sep 26, 2022
Put index into columns if there are no columns but only index

Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
YarShev pushed a commit that referenced this issue Sep 27, 2022
Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🦗 Something isn't working HDK Related to HDK (OmniSci successor) engine or backend P3 Very minor bugs, or features we can hopefully add some day. pandas concordance 🐼 Functionality that does not match pandas
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants