Closed rleyvasal closed 1 year ago
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of datar and its backends.
Importing datasets from datar gives error "NotImplementedByCurrentBackendError "
datar
example
from datar.data import iris
imports the dataset
You need to install the backend as well.
pip install -U datar[pandas] # or pip install -U datar-pandas
That was the problem, Thanks!
datar version checks
[X] I have checked that this issue has not already been reported.
[X] 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
Expected Behavior
imports the dataset
Installed Versions