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

[BUG] "NotImplementedByCurrentBackendError " when importing data with datar.data #171

Closed
2 tasks done
rleyvasal opened this issue Feb 10, 2023 · 2 comments
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@rleyvasal
Copy link
Collaborator

datar version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of datar and its backends.

Issue Description

Importing datasets from datar gives error "NotImplementedByCurrentBackendError "

example

from datar.data import iris 

datar_not_implemented

Expected Behavior

from datar.data import iris 

imports the dataset

Installed Versions

python : 3.10.6 | packaged by conda-forge | (main, Aug 22 2022, 20:36:39) [GCC 10.4.0] datar : 0.11.1 simplug : 0.2.2 executing: 1.2.0 pipda : 0.11.0
@rleyvasal rleyvasal added the bug Something isn't working label Feb 10, 2023
@pwwang
Copy link
Owner

pwwang commented Feb 10, 2023

You need to install the backend as well.

pip install -U datar[pandas]
# or
pip install -U datar-pandas

@rleyvasal
Copy link
Collaborator Author

That was the problem, Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants