Reading Delta Tables With ColumnMapping Using Polars
Reading warehouse delta tables in Python notebook using Polars
Jul 18, 20252 min read694
Search for a command to run...
Articles tagged with #polars
Reading warehouse delta tables in Python notebook using Polars
In my last blog, I showed how to use Polars in a Fabric Python notebook to read, write and transform data. What I did not cover was how to write a Delta Lake table in a Python notebook that’s optimal for DirectLake performance. All engines in Fabric ...
Polars provides a happy medium between pandas and spark
Comparing polars, daft, daft with ray and spark for a specific use case