climepi.ClimEpiDatasetAccessor.monthly_average#
- ClimEpiDatasetAccessor.monthly_average(data_var=None, **kwargs)#
Compute the monthly mean of a data variable.
Thin wrapper around group_average.
- Parameters:
data_var (
strorlist, optional) – Name(s) of the data variable(s) to compute the monthly mean for. If not provided, all non-bound data variables will be used.**kwargs (
dict, optional) – Additional keyword arguments to pass to xcdat temporal.group_average.
- Returns:
xarray.Dataset– A new dataset containing the monthly mean of the selected data variable(s).