Quickstart
Installation
Section titled “Installation”To install the latest release from R-multiverse:
To install the latest release from PyPI:
Load the package (and dplyr for downstream data frame manipulation):
List available datasets:
Lazily load a dataset:
Inspect the contents before downloading entire dataset into memory:
Filter rows, select columns, and download into a data frame:
Load the package (and polars for downstream data frame manipulation):
List available datasets:
Lazily load a dataset:
Inspect the contents before downloading entire dataset into memory:
Filter rows, select columns, and download into a data frame:
Convert to a pandas data frame (optional):