xarray.Dataset.climepi.monthly_average#
- Dataset.climepi.monthly_average(data_var=None, **kwargs)[source]#
Compute the monthly mean of a data variable.
Thin wrapper around
temporal_group_average().- Parameters:
- Returns:
xarray.Dataset– A new dataset containing the monthly mean of the selected data variable(s).