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.
1 parent a211588 commit 0984df5Copy full SHA for 0984df5
narwhals/_compliant/dataframe.py
@@ -49,7 +49,7 @@ def simple_select(self, *column_names: str) -> Self:
49
"""`select` where all args are column names."""
50
...
51
52
- def aggregate(self, *exprs: CompliantExprT_contra) -> Self: # pragma: no cover
+ def aggregate(self, *exprs: CompliantExprT_contra) -> Self:
53
"""`select` where all args are aggregations or literals.
54
55
(so, no broadcasting is necessary).
0 commit comments