Skip to content

Commit

Permalink
dask fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jan 19, 2025
1 parent df79b4f commit cd51cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhals/_dask/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def func(df: DaskLazyFrame) -> list[dx.Series]:
init_value,
)

return [result]
return [result.rename(null_mask[0].name)]

return DaskExpr(
call=func,
Expand Down

0 comments on commit cd51cdd

Please sign in to comment.