powered by
Prints a list of datasets that can be imported via the fetch_ucirepo function.
fetch_ucirepo
list_available_datasets(filter, search, area)
A data frame containing the list of available datasets with columns of:
id: Integer ID for the data set.
name: Name of Dataset
url: Download location of the data set
In the event the search fails, the data frame returned will be empty.
Character. Optional query to filter available datasets based on a label.
Character. Optional query to search for available datasets by name.
Character. Optional query to filter available datasets based on subject area.
list_available_datasets(search = "iris") list_available_datasets(area = "social science") list_available_datasets(filter = "python") # Required for now...
Run the code above in your browser using DataLab