cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to read a Delta table directly using Koalas?

User16830818524
New Contributor II

Can I read a Delta table directly using Koalas or do I need to read using Spark and then convert the Spark dataframe to a Koalas dataframe?

1 REPLY 1

Ryan_Chynoweth
Esteemed Contributor

Yes, you can use the "read_delta" function. Documentation.