Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Oct 19, 2023
1 parent b2b9a92 commit d9118d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/expressions/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ fn haversine(inputs: &[Series]) -> PolarsResult<Series> {
}
```

That's all you need to know to get started. Take a look at <examples link> to see how this all fits together.
That's all you need to know to get started. Take a look at this [repo](https://github.com/pola-rs/pyo3-polars/tree/main/example/derive_expression) to see how this all fits together.

0 comments on commit d9118d6

Please sign in to comment.