Skip to content

Commit fb389e7

Browse files
mmckyclaude
andauthored
FIX: point the Polars benchmarks link at its final destination (#598)
www.pola.rs redirects to the apex domain; the direct URL avoids the redirect flagged in the weekly link-check report. See #597 (closes after the next publish clears the workspace.html redirect already fixed on main by #590). Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 969028b commit fb389e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/polars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Polars is designed with performance and memory efficiency in mind, leveraging:
5151
5252
* **Memory**: pandas typically needs 5--10x your dataset size in RAM; Polars needs only 2--4x
5353
* **Speed**: Polars is 10--100x faster for many common operations
54-
* **See**: [Polars TPC-H benchmarks](https://www.pola.rs/benchmarks/) for up-to-date performance comparisons
54+
* **See**: [Polars TPC-H benchmarks](https://pola.rs/benchmarks/) for up-to-date performance comparisons
5555
```
5656

5757
Throughout the lecture, we will assume that the following imports have taken place

0 commit comments

Comments
 (0)