xorbits.pandas.window.Expanding.count#
- Expanding.count()[source]#
Calculate the expanding count of non NaN observations.
- Returns
Return type is the same as the original object with
np.float64dtype.- Return type
See also
pandas.Series.expandingCalling expanding with Series data.
pandas.DataFrame.expandingCalling expanding with DataFrames.
pandas.Series.countAggregating count for Series.
pandas.DataFrame.countAggregating count for DataFrame.
This docstring was copied from pandas.core.window.expanding.Expanding.