Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Dec 28, 2024
1 parent 5a97cf1 commit fb12579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/how_it_works.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ In order to tell whether an aggregation is simple, Narwhals uses the private `_d
```python exec="1" result="python" session="pandas_impl" source="above"
print(pn.col("a").mean())
print((pn.col("a") + 1).mean())
print(pn.mean("a"))
```

For simple aggregations, Narwhals can just look at `_depth` and `function_name` and figure out
Expand Down

0 comments on commit fb12579

Please sign in to comment.