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
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):