OpsCommon
Value members
Concrete methods
Inherited methods
Aggregates over a Series.
Aggregates over a Series.
- Type Params
- R
Result type.
- T
Type of series.
- Value Params
- f
Aggregating operation which fulfills associativity and commutativity. The latter properties are required for partition-wise evaluation.
- s
Series.
- start
Start value for aggregation.
- Returns
Created Series.
- Since
0.1.0
- Inherited from
- SeriesOps
Returns a Series with uniform index where all missing values are represented by the mask.
Returns a Series with uniform index where all missing values are represented by the mask.
- Type Params
- T
Type of Series.
- Value Params
- s
Series.
- Returns
Series with uniform index.
- Since
0.1.0
- Inherited from
- SeriesOps
Fills unset values of a Series with regards to the current index.
Fills unset values of a Series with regards to the current index.
- Type Params
- T
Type of series.
- Value Params
- s
Series.
- value
Value for filling unset values.
- Returns
Series.
- Since
0.1.0
- Inherited from
- SeriesOps
Creates series data from coalesce on two Series.
Creates series data from coalesce on two Series.
- Type Params
- T
Type of series.
- Value Params
- s
Series.
- s2
Series with the same base index as
series.
- Returns
Series with data from the first series or if null from the second. The index is expanded to the uniform base index.
- Since
0.1.0
- Inherited from
- SeriesOps
Fills unset values of a Series ignoring the current index. The index is restored to uniform index.
Fills unset values of a Series ignoring the current index. The index is restored to uniform index.
- Type Params
- T
Type of series.
- Value Params
- s
Series.
- value
Value for filling unset values.
- Returns
Series.
- Since
0.1.0
- Inherited from
- SeriesOps
Creates Series from an operation on two Series.
Creates Series from an operation on two Series.
- Type Params
- R
Result type.
- T
Type of series.
- T2
Type of second series.
- Value Params
- f
Operation.
- s
Series.
- s2
Series with same index base as
series.
- Returns
Created Series with index of
series.- Since
0.1.0
- Inherited from
- SeriesOps
Creates Series from an operation.
Creates Series from an operation.
- Type Params
- R
Result type.
- T
Type of series.
- Value Params
- f
Operation.
- s
Series.
- Returns
Created Series with index of
series.- Since
0.1.0
- Inherited from
- SeriesOps
- Inherited from
- SeriesOps