It seems basic but from what I see on databricks website, nothing works on my side
I have installed koalas package on my cluster But when I try to import the package in my Scala notebook, I have issue.
command-3313152839336470:1: error: not found: value databricks
import databricks.koalas
If I do it in Python, everything works fine
Thanks for your help Matt