How-to Guides¶
Practical guides for common tasks with dataversefs. Each guide assumes you have already installed the package (see Getting Started).
| Guide | When to use it |
|---|---|
| Authenticate | You need a token, want to use .env, or are accessing a public dataset without credentials |
| Open Zarr with Xarray | You want lazy, chunked access to a Zarr store in a Dataverse dataset |
| Read CSV with Pandas | You want to load a tabular file directly from Dataverse into a DataFrame |
| Search for Files with glob() | You want to find files by name pattern, extension, or path depth |
| Enable Logging | You want to see routing table timing or per-request debug output |
| Download Files to Local Disk | You want to copy files or mirror a directory to your machine |
| Cache Files Locally | You want to avoid re-downloading files across sessions |