Right now, each dataset has its own user-exposed loader function. I think it would be better to follow the pattern ArviZ takes: a single user-exposed az.load_arviz_dataset() that takes the name of the dataset to load as a string, plus an az.list_datasets() method that enumerates the available datasets, with description and documentation.
Thoughts @damonbayer @cdc-mitzimorris?
Right now, each dataset has its own user-exposed loader function. I think it would be better to follow the pattern ArviZ takes: a single user-exposed
az.load_arviz_dataset()that takes the name of the dataset to load as a string, plus anaz.list_datasets()method that enumerates the available datasets, with description and documentation.Thoughts @damonbayer @cdc-mitzimorris?