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

User16830818524
Databricks Employee
Databricks Employee

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?