mescla.datasets.loaders.load_hubbard_brook_frame

mescla.datasets.loaders.load_hubbard_brook_frame(annual=False)[source]

The bundled Hubbard Brook precipitation record as a DataFrame.

Parameters:

annual (bool, default False) – False returns the monthly record as published, with nan for the missing code and columns date, water_year, precip_mm alongside the chemistry. True returns volume-weighted water-year means over complete years only, indexed by water year.

Returns:

DataFrame

Return type:

pd.DataFrame