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 316c549 commit 9471cdb
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 @@ -63,7 +63,7 @@ pipeline.run(users.iter_arrow(chunk_size=1000), table_name="users_clean")

### A more complex example

The example above could easily be done in SQL. Let's assume you'd like to actually do some in python arrow transformations. For this will create a resources from which we can yield the modified arrow tables. The same is possibly with dataframes.
The example above could easily be done in SQL. Let's assume you'd like to actually do in Python some Arrow transformations. For this will create a resources from which we can yield the modified Arrow tables. The same is possibly with DataFrames.

```py
import pyarrow.compute as pc
Expand Down

0 comments on commit 9471cdb

Please sign in to comment.