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

Installed, listed data sets, but could not read the CSV file (threw error) #81

Open
JasonLeClair opened this issue Aug 13, 2024 · 0 comments

Comments

@JasonLeClair
Copy link

Describe the bug
I used the initial pip install command to successfully add the ucimlrepo library. After restarting the kernel in my Jupyter Notebook, I could list the (amazing) list of data sets on the repo. However, I tried to download id 891 and 763 and received this error:

DatasetNotFoundError: Error reading data csv file for "CDC Diabetes Health Indicators" dataset (id=891). AND
DatasetNotFoundError: Error reading data csv file for "Land Mines" dataset (id=763). AND
DatasetNotFoundError: Error reading data csv file for "Breast Cancer Wisconsin (Original)" dataset (id=15).

To Reproduce
id_val = 15
from ucimlrepo import fetch_ucirepo
cdc_diabetes_health_indicators = fetch_ucirepo(id=id_val)

Expected behavior
I expected the data set to be read into my Python environment.

Desktop (please complete the following information):

  • OS: MacBook Pro on macOS {Sonoma 14.5}
  • Browser: Firefox {128.0.3}
  • Python: 3.11.5 (using Notebook {7.2.1})
  • Download speeds: 125-150 Mb/s
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

1 participant