You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I import databricks.koalas as ks, I get error as follows:
Can you help me how to solve this issue?
import databricks.koalas as ks
Traceback (most recent call last):
File "", line 1, in
File "/Users/opt/anaconda3/envs/biodiversity/lib/python3.11/site-packages/databricks/koalas/init.py", line 49, in
from databricks.koalas.frame import DataFrame
File "/Users/opt/anaconda3/envs/biodiversity/lib/python3.11/site-packages/databricks/koalas/frame.py", line 33, in
from pandas.api.types import is_list_like, is_dict_like
ModuleNotFoundError: No module named 'pandas.api'
The text was updated successfully, but these errors were encountered:
When I import databricks.koalas as ks, I get error as follows:
Can you help me how to solve this issue?
The text was updated successfully, but these errors were encountered: