polars support
#18827
Replies: 1 comment
-
up |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
is it possible to use polars dataframes (especially LazyFrames) in prefect to exchange data between tasks (incl. caching)?
I looked on prefect Serializer API. Looks like it operates with bytes. Am I right it is not possible to get advantages of polars LazyFrame in prefect since entire dataframe should be loaded in memory in prefect architecture?
Beta Was this translation helpful? Give feedback.
All reactions