We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement logic allowing to switch to row-wise .query() implementation if expression is simple enough (#6499)
.query()
The text was updated successfully, but these errors were encountered:
FIX-modin-project#6572: Execute simple queries row-wise in pandas bac…
30bcde0
…kend Signed-off-by: Dmitry Chigarev <[email protected]>
05e43ec
FIX-#6572: Execute simple queries row-wise in pandas backend (#6575)
40216fa
Signed-off-by: Dmitry Chigarev <[email protected]>
60363d9
…kend (modin-project#6575) Signed-off-by: Dmitry Chigarev <[email protected]>
dchigarev
Successfully merging a pull request may close this issue.
Implement logic allowing to switch to row-wise
.query()
implementation if expression is simple enough (#6499)The text was updated successfully, but these errors were encountered: