module documentation
Defines a minimal model representing a dataset.
Class |
|
Minimal model representing a dataset. |
Function | cached |
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:
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.