Skip to content

Commit 69816ab

Browse files
authored
fix broken link (#1852)
1 parent 1c96d12 commit 69816ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/hub/datasets-polars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pl.read_parquet("hf://datasets/roneneldan/TinyStories/data/train-00000-of-00004-
2828

2929
<Tip>
3030

31-
Polars provides two APIs: a lazy API (`scan_parquet`) and an eager API (`read_parquet`). We recommend using the eager API for interactive workloads and the lazy API for performance as it allows for better query optimization. For more information on the topic, check out the [Polars user guide](https://docs.pola.rs/user-guide/concepts/lazy-vs-eager/).
31+
Polars provides two APIs: a lazy API (`scan_parquet`) and an eager API (`read_parquet`). We recommend using the eager API for interactive workloads and the lazy API for performance as it allows for better query optimization. For more information on the topic, check out the [Polars user guide](https://docs.pola.rs/user-guide/concepts/lazy-api/#when-to-use-which).
3232

3333
</Tip>
3434

0 commit comments

Comments
 (0)