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.
CompliantDataFrame.aggregate
1 parent d4e07e8 commit 36aa4d6Copy full SHA for 36aa4d6
narwhals/_compliant/dataframe.py
@@ -46,6 +46,8 @@ def simple_select(self, *column_names: str) -> Self:
46
"""`select` where all args are column names."""
47
...
48
49
+ # NOTE: Can we remove this now?
50
+ # `DaskLazyFrame` is the only one not the same as `select`
51
def aggregate(self, *exprs: Any) -> Self: # pragma: no cover
52
"""`select` where all args are aggregations or literals.
53
0 commit comments