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

Method for getting all known datasets #154

Open
d-chambers opened this issue Feb 14, 2020 · 0 comments
Open

Method for getting all known datasets #154

d-chambers opened this issue Feb 14, 2020 · 0 comments
Labels

Comments

@d-chambers
Copy link
Member

ObsPlus.DataSet should have a class method for getting names and descriptions of all the known datasets, optionally including those on PyPi. I am thinking something like this:

import obsplus

ds_info = obsplus.DataSet.get_dataset_menu() 

ds_info is a dataframe with columns:

  • name: The name of the dataset (str)
  • description: The description of the dataset (str)
  • source: Either the source path (if downloaded) or "pypi" if not yet installed (str)
  • data: data path, if the data have been downloaded or empty (str)
@d-chambers d-chambers added this to the 0.1.0 milestone Feb 14, 2020
@d-chambers d-chambers removed this from the 0.1.0 milestone Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant