From 949fdca320205367a44dc774c7f0fbaff50e7153 Mon Sep 17 00:00:00 2001 From: Alena Astrakhantseva Date: Fri, 13 Dec 2024 15:36:16 +0100 Subject: [PATCH] Update docs/website/docs/dlt-ecosystem/transformations/index.md --- docs/website/docs/dlt-ecosystem/transformations/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/dlt-ecosystem/transformations/index.md b/docs/website/docs/dlt-ecosystem/transformations/index.md index 457db2bd12..1963c80f5b 100644 --- a/docs/website/docs/dlt-ecosystem/transformations/index.md +++ b/docs/website/docs/dlt-ecosystem/transformations/index.md @@ -11,7 +11,7 @@ If you'd like to transform your data after a pipeline load, you have 3 options a * [Using dbt](./dbt/dbt.md) - dlt provides a convenient dbt wrapper to make integration easier * [Using the `dlt` SQL client](./sql.md) - dlt exposes an sql client to transform data on your destination directly using sql -* [Using python with dataframes or arrow tables](./python.md) - you can also transform your data using arrow tables and dataframes in python +* [Using Python with DataFrames or Arrow tables](./python.md) - you can also transform your data using Arrow tables and DataFrames in Python. If you need to preprocess some of your data before it is loaded, you can learn about strategies to: