Description Usage Arguments Value Examples
The optional argument available under data_dir
. The function then looks for
all directories matching the ".*/dataset_\d{4}$"
pattern and constructs a
data frame with all data sets.
1 2 3 4 5 6 7 |
ds |
A single dataset ID or dataset title. If set, only this dataset will be displayed. |
pretty |
Boolean whether to display some nicely formatted output, by default True |
output |
Boolean whether to return a DataFrame or not, by default True |
data_dir |
The directory containing sub-folders of the |
ignore_empty |
Whether to ignore if no datasets are attached or not. Defaults to TRUE. |
A data frame containing all, or a single dataset (depends on ds
and output
)
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.