SNOW-2432798: Add support for agg/min/max/count/sum/mean/median/std/var and set_columns in faster pandas#3902
Merged
sfc-gh-helmeleegy merged 7 commits intomainfrom Oct 17, 2025
Merged
Conversation
cc2ada8 to
12e1f1b
Compare
| @@ -2314,6 +2314,20 @@ def cache_result(self) -> "SnowflakeQueryCompiler": | |||
|
|
|||
| @snowpark_pandas_type_immutable_check | |||
| def set_columns(self, new_pandas_labels: Axes) -> "SnowflakeQueryCompiler": | |||
Contributor
Author
There was a problem hiding this comment.
This was necessary for the aggregate functions to work in faster pandas.
…r in faster pandas
12e1f1b to
63114cd
Compare
sfc-gh-nkrishna
approved these changes
Oct 16, 2025
90437b6 to
356b7f9
Compare
sfc-gh-jkew
approved these changes
Oct 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-2432798
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Add support for agg/min/max/count/sum/mean/median/std/var and set_columns in faster pandas.