[FEA] groupby-transform with kwargs
Open
feature request
Narwhals
Python
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
**Is your feature request related to a problem? Please describe.**
I'd like to be able to do
```python
df = cudf.DataFrame({'a': [1,1,2], 'b': [4,5,6]})
df.groupby('a')['b'].transform('std', ddof=0)
```
**Additional context**
This is so we can support `nw.col('b').std(ddof=0).over('a')` in [Narwhals](https://github.com/narwhals-dev/narwhals)
Contributor guide
Assessment
This issue has not been assessed yet.