Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import error #2234

Closed
loungehub opened this issue Jul 5, 2024 · 1 comment
Closed

import error #2234

loungehub opened this issue Jul 5, 2024 · 1 comment

Comments

@loungehub
Copy link

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'

@itholic
Copy link
Contributor

itholic commented Jul 5, 2024

same as #2235. Let me close this one as it seems like duplicated

@itholic itholic closed this as completed Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants