xarray.core.rolling.DataArrayRolling.count

DataArrayRolling.count()

Reduce this object’s data windows by applying count along its dimension.

Parameters:**kwargs (dict) – Additional keyword arguments passed on to count.
Returns:reduced – New object with count applied along its rolling dimnension.
Return type:same type as caller