Search Dataset
Search¤
Search by keyword¤
dataherb search git
From the returns, we can find the dataset id which can be used to download the dataset.
For example, we find this git-dataherb-python-demo-dataset
id as we just added this dataset in the creation step.
Search by ID¤
Search by dataherb id
dataherb search -i covid19_eu_data
See Full Metadata of the Dataset¤
By default, the search result only shows the summary and lists the resources in the dataset. If the full metadata is needed, use the option --full
.
dataherb search git --full
or
dataherb search -i covid19_eu_data --full
Locate Local Folder of the Dataset¤
Use the flag -l
to locate the local folder of the dataset.
dataherb search -i covid19_eu_data -l
It only works when searching using the id (-i
).