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. |
| Function | create |
Create an empty, three-level header DataFrame for a modality. |
| Function | ensure |
Make sure every modality contains all LNLs. |
| Variable | logger |
Undocumented |
@JOBLIB_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.