Skip to content

Commit 36aa4d6

Browse files
committed
chore: Add note on CompliantDataFrame.aggregate
- Have a feeling this was used more in the past - E.g. when `select` accepted `*args, **kwds`
1 parent d4e07e8 commit 36aa4d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

narwhals/_compliant/dataframe.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ def simple_select(self, *column_names: str) -> Self:
4646
"""`select` where all args are column names."""
4747
...
4848

49+
# NOTE: Can we remove this now?
50+
# `DaskLazyFrame` is the only one not the same as `select`
4951
def aggregate(self, *exprs: Any) -> Self: # pragma: no cover
5052
"""`select` where all args are aggregations or literals.
5153

0 commit comments

Comments
 (0)