We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@arnoudbuzing The easiest would probably be to return a Pandas data frame as the data from the endpoint is in tabular form with variables:
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: