We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591d754 commit 329fe6cCopy full SHA for 329fe6c
src/snowflake/snowpark/modin/plugin/_internal/aggregation_utils.py
@@ -579,7 +579,7 @@ def _create_pandas_to_snowpark_pandas_aggregation_map(
579
supported_in_pivot=True,
580
),
581
"nunique": _SnowparkPandasAggregation(
582
- axis_0_aggregation=lambda c: count(c.distinct()),
+ axis_0_aggregation=count_distinct,
583
preserves_snowpark_pandas_types=False,
584
585
0 commit comments