pandas.stats.moments.expanding_count¶
- pandas.stats.moments.expanding_count(arg, freq=None, time_rule=None)¶
Expanding count of number of non-NaN observations.
Parameters : arg : DataFrame or numpy ndarray-like
freq : None or string alias / date offset object, default=None
Frequency to conform to before computing statistic
Returns : expanding_count : type of caller