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.
scalar_kwargs
EagerExpr
1 parent 80185e6 commit ffa797cCopy full SHA for ffa797c
narwhals/_compliant/expr.py
@@ -508,7 +508,7 @@ def _reuse_series_namespace(
508
function_name=f"{self._function_name}->{series_namespace}.{method_name}",
509
evaluate_output_names=self._evaluate_output_names,
510
alias_output_names=self._alias_output_names,
511
- call_kwargs={**self._call_kwargs, **kwargs},
+ call_kwargs=self._call_kwargs,
512
context=self,
513
)
514
0 commit comments