Skip to content

Commit

Permalink
Update docs/website/docs/dlt-ecosystem/transformations/python.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA authored Dec 13, 2024
1 parent 1464341 commit 316c549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/dlt-ecosystem/transformations/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Since dlt supports DataFrames and Arrow tables from resources directly, you can

### A simple example

A simple example that creates a new table from an existing user table but only with columns that do not contain private information. Note that we use the iter_arrow() method on the relation to iterate over the arrow table instead of fetching it all at once.
A simple example that creates a new table from an existing user table but only with columns that do not contain private information. Note that we use the `iter_arrow()` method on the relation to iterate over the arrow table instead of fetching it all at once.

```py
pipeline = dlt.pipeline(
Expand Down

0 comments on commit 316c549

Please sign in to comment.