From ce4c2ff3fb89f8c55bdb70966d8abc644b407add Mon Sep 17 00:00:00 2001 From: Alena Astrakhantseva Date: Fri, 13 Dec 2024 15:37:32 +0100 Subject: [PATCH] Update docs/website/docs/dlt-ecosystem/transformations/python.md --- docs/website/docs/dlt-ecosystem/transformations/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/dlt-ecosystem/transformations/python.md b/docs/website/docs/dlt-ecosystem/transformations/python.md index ae2131a923..29b32d53e7 100644 --- a/docs/website/docs/dlt-ecosystem/transformations/python.md +++ b/docs/website/docs/dlt-ecosystem/transformations/python.md @@ -4,7 +4,7 @@ description: Transforming data loaded by a dlt pipeline with pandas dataframes o keywords: [transform, pandas] --- -# Transforming data in python with dataframes or arrow tables +# Transforming data in Python with Arrow tables or DataFrames You can transform your data in python using pandas dataframes or arrow tables. To get started, please read the [dataset docs](../../general-usage/dataset-access/dataset).