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

Provide a func to conveniently (stressed) get a list of all available datasets #100

Open
Alvant opened this issue Jul 14, 2024 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@Alvant
Copy link
Collaborator

Alvant commented Jul 14, 2024

or to get some very simple data information.

Because current get_info func:

from topicnet.dataset_manager import api

api.get_info()

is expected to be used only in Jupyter notebook (and I have doubts if at least someone will be able to do it the right way right away).

What I am talking about, is that it would be nice to have a func like this:

from topicnet.dataset_manager import api

api.get_datasets()  # ['postnauka', 'ruwiki_good', ...]

or make the aforementioned get_info be usable in terminal without this clumsy-dumpy HTML display stuff.

TL;DR We need a way to quickly and conveniently observe all the available datasets.

@Alvant Alvant added enhancement New feature or request wontfix This will not be worked on labels Jul 14, 2024
@Alvant
Copy link
Collaborator Author

Alvant commented Jul 14, 2024

Indeed, it would be nice to have it, but no one will do it (just as, most likely, no one will use it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant