module documentation

Defines a minimal model representing a dataset.

Class DatasetModel Minimal model representing a dataset.
Function cached_load_dataframe Load an enhanced dataset into a pandas DataFrame using a persistent cache.
Variable logger Undocumented
Variable memory Undocumented
@memory.cache
def cached_load_dataframe(year: int, institution: str, subsite: str, repo_name: str, ref: str) -> pd.DataFrame:

Load an enhanced dataset into a pandas DataFrame using a persistent cache.

logger =

Undocumented

memory =

Undocumented