Skip to content

SNOW-800922: Support DataFrame.query for single-level index.#3795

Merged
sfc-gh-mvashishtha merged 7 commits into
mainfrom
mvashishtha/SNOW-800922/support-query-with-single-level-index
Sep 22, 2025
Merged

SNOW-800922: Support DataFrame.query for single-level index.#3795
sfc-gh-mvashishtha merged 7 commits into
mainfrom
mvashishtha/SNOW-800922/support-query-with-single-level-index

Conversation

@sfc-gh-mvashishtha

@sfc-gh-mvashishtha sfc-gh-mvashishtha commented Sep 19, 2025

Copy link
Copy Markdown
Contributor

Support all the parameters of DataFrame.query via the Modin implementation. Only support single-level row index for now because the MultiIndex is currently a pandas object, so we have to get resolvers for its levels differently.

Signed-off-by: sfc-gh-mvashishtha <mahesh.vashishtha@snowflake.com>
…rted

Signed-off-by: sfc-gh-mvashishtha <mahesh.vashishtha@snowflake.com>
@sfc-gh-mvashishtha sfc-gh-mvashishtha marked this pull request as ready for review September 19, 2025 19:22
Comment thread src/snowflake/snowpark/modin/plugin/docstrings/dataframe.py
Comment thread tests/integ/modin/window/__init__.py
sfc-gh-mvashishtha and others added 2 commits September 20, 2025 05:11
Co-authored-by: Jonathan Shi <149419494+sfc-gh-joshi@users.noreply.github.com>
Signed-off-by: sfc-gh-mvashishtha <mahesh.vashishtha@snowflake.com>
Comment thread CHANGELOG.md Outdated

@sfc-gh-helmeleegy sfc-gh-helmeleegy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks, Mahesh.

sfc-gh-mvashishtha and others added 2 commits September 23, 2025 04:57
Co-authored-by: Hazem Elmeleegy <hazem.elmeleegy@snowflake.com>
@sfc-gh-mvashishtha sfc-gh-mvashishtha merged commit 8601802 into main Sep 22, 2025
29 checks passed
@sfc-gh-mvashishtha sfc-gh-mvashishtha deleted the mvashishtha/SNOW-800922/support-query-with-single-level-index branch September 22, 2025 21:47
@github-actions github-actions Bot locked and limited conversation to collaborators Sep 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants