From afa16331e3e394545865533fc149a8aff8ca2ab0 Mon Sep 17 00:00:00 2001 From: Alena Astrakhantseva Date: Fri, 13 Dec 2024 15:35:58 +0100 Subject: [PATCH] Update docs/website/docs/general-usage/dataset-access/dataset.md --- docs/website/docs/general-usage/dataset-access/dataset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/general-usage/dataset-access/dataset.md b/docs/website/docs/general-usage/dataset-access/dataset.md index 70df7e3c82..efc03cc076 100644 --- a/docs/website/docs/general-usage/dataset-access/dataset.md +++ b/docs/website/docs/general-usage/dataset-access/dataset.md @@ -299,7 +299,7 @@ other_pipeline = dlt.pipeline(pipeline_name="other_pipeline", destination="duckd other_pipeline.run(limited_items_relation.iter_arrow(chunk_size=10_000), table_name="limited_items") ``` -Learn more about [transforming data in python with dataframes or arrow tables](../../dlt-ecosystem/transformations/python). +Learn more about [transforming data in Python with Arrow tables or DataFrames](../../dlt-ecosystem/transformations/python). ### Using `ibis` to query data