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

Request: Return available datasets as a list (instead of printing them) #13

Open
arnoudbuzing opened this issue Jun 10, 2024 · 1 comment

Comments

@arnoudbuzing
Copy link

The list_available_datasets(...) function prints out the available datasets

It would be useful if there were also a function that returned the result as a list or some equivalent JSON expression

I think the source data comes from here https://archive.ics.uci.edu/api/datasets/list so this should be easy to do

@coatless
Copy link

@arnoudbuzing The easiest would probably be to return a Pandas data frame as the data from the endpoint is in tabular form with variables:

  • id: Integer ID for the data set.
  • name: Name of Dataset
  • url: Download location of the data set

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