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
or to get some very simple data information.
Because current get_info func:
get_info
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.
The text was updated successfully, but these errors were encountered:
Indeed, it would be nice to have it, but no one will do it (just as, most likely, no one will use it).
Sorry, something went wrong.
No branches or pull requests
or to get some very simple data information.
Because current
get_info
func: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:
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.
The text was updated successfully, but these errors were encountered: