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 4914b1c commit 1464341
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 @@ -39,7 +39,7 @@ reactions = pipeline.dataset().issues.select("reactions__+1", "reactions__-1", "

## Persisting your transformed data

Since dlt supports dataframes and arrow tables from resources directly, you can use the same pipeline to load the transformed data back into the destination.
Since dlt supports DataFrames and Arrow tables from resources directly, you can use the same pipeline to load the transformed data back into the destination.


### A simple example
Expand Down

0 comments on commit 1464341

Please sign in to comment.