I have installed koalas using conda install.
However when I try the following import, I get an ModuleNotFoundError.
Can you help me to solve this issue?
import databricks.koalas as ks
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'databricks'